Skip to content

Commit

Permalink
fix(config): typo in function call
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree committed Jul 17, 2024
1 parent cee4ed4 commit c7efee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/releases.exs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ config :cf,

config :openai,
api_key: load_secret.("openai_api_key"),
organization_key: load_secret("openai_organization_key")
organization_key: load_secret.("openai_organization_key")

config :cf, CF.Authenticator.GuardianImpl, secret_key: load_secret.("secret_key_base")

Expand Down

0 comments on commit c7efee0

Please sign in to comment.