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 a827ce4 + 2f9092c commit 7d4f431Copy full SHA for 7d4f431
‎deploy/helm/templates/api-service/secrets.yaml
@@ -18,7 +18,7 @@ stringData:
18
{{- if .Values.mongodb.enabled }}
19
MONGODB_URL: "mongodb://{{ $mongoUser }}:{{ $mongoPassword }}@{{ $mongoServicename }}.{{ $nameSpace }}.svc.cluster.local/{{ $lowcoderDatabase }}?retryWrites=true&ssl=false"
20
{{- else }}
21
- MONGODB_URL: {{- .Values.mongodb.externalUrl | quote }}
+ MONGODB_URL: {{ .Values.mongodb.externalUrl | quote }}
22
{{- end }}
23
ENCRYPTION_PASSWORD: {{ .Values.apiService.config.encryption.password | default "lowcoder.org" | quote }}
24
ENCRYPTION_SALT: {{ .Values.apiService.config.encryption.salt | default "lowcoder.org" | quote }}
0 commit comments