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 e489a6b commit 4b0ae70Copy full SHA for 4b0ae70
charts/dify/values.yaml
@@ -19,7 +19,10 @@ global:
19
# * frontend
20
# * api
21
# * worker
22
- extraEnvs: []
+ extraEnvs:
23
+ # SECRET_KEY is a must, check https://docs.dify.ai/getting-started/install-self-hosted/environments#secret_key for detail
24
+ - name: SECRET_KEY
25
+ value: "PleaseReplaceThisToYourSecret"
26
27
# the following extra configs would be injected into:
28
0 commit comments