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 d9837f8 commit 58dc77aCopy full SHA for 58dc77a
deploy/helm/templates/identity/config.yaml
@@ -27,7 +27,7 @@ data:
27
SMTP_PASS: {{ .Values.identity.config.smtpPass }}
28
SMTP_FROM: {{ .Values.identity.config.smtpFrom }}
29
SMTP_AUTH: {{ .Values.identity.config.smtpAuth | quote }}
30
- JWT_EXPIRATION: {{ .Values.identity.config.jwtExpiration | 604800000 }}
+ JWT_EXPIRATION: {{ .Values.identity.config.jwtExpiration | quote }}
31
SMTP_STARTTLS: {{ .Values.identity.config.smtpStartTLS | quote }}
32
SERVER_PORT: {{ .Values.identity.port | quote }}
33
API_GATEWAY_URL: {{ if .Values.apiGatewayServiceInstall }}"https://{{ .Values.apiGatewayService.service.name }}"{{ else }}{{ .Values.apiGatewayServiceUrl }}{{ end }}
0 commit comments