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.
1 parent 2f38c64 commit d1c9efaCopy full SHA for d1c9efa
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