Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 9d33fb2 + d1c9efa commit 3883666Copy full SHA for 3883666
‎deploy/helm/templates/api-service/secrets.yaml
@@ -20,6 +20,6 @@ stringData:
20
{{- else }}
21
LOWCODER_MONGODB_URL: {{ .Values.mongodb.externalUrl | quote }}
22
{{- end }}
23
- ELOWCODER_DB_NCRYPTION_PASSWORD: {{ .Values.global.config.encryption.password | default "lowcoder.org" | quote }}
24
- ELOWCODER_DB_NCRYPTION_SALT: {{ .Values.global.config.encryption.salt | default "lowcoder.org" | quote }}
+ LOWCODER_DB_ENCRYPTION_PASSWORD: {{ .Values.global.config.encryption.password | default "lowcoder.org" | quote }}
+ LOWCODER_DB_ENCRYPTION_SALT: {{ .Values.global.config.encryption.salt | default "lowcoder.org" | quote }}
25
LOWCODER_API_KEY_SECRET: "{{ .Values.global.config.apiKeySecret }}"
0 commit comments