Skip to content

Commit 4b0ae70

Browse files
authored
set default value for secret key
1 parent e489a6b commit 4b0ae70

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

charts/dify/values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ global:
1919
# * frontend
2020
# * api
2121
# * worker
22-
extraEnvs: []
22+
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"
2326

2427
# the following extra configs would be injected into:
2528
# * api

0 commit comments

Comments
 (0)