We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee4ed4 commit c7efee0Copy full SHA for c7efee0
config/releases.exs
@@ -98,7 +98,7 @@ config :cf,
98
99
config :openai,
100
api_key: load_secret.("openai_api_key"),
101
- organization_key: load_secret("openai_organization_key")
+ organization_key: load_secret.("openai_organization_key")
102
103
config :cf, CF.Authenticator.GuardianImpl, secret_key: load_secret.("secret_key_base")
104
0 commit comments