Skip to content

Commit 58dc77a

Browse files
committed
fix bug - 2
1 parent d9837f8 commit 58dc77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/helm/templates/identity/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ data:
2727
SMTP_PASS: {{ .Values.identity.config.smtpPass }}
2828
SMTP_FROM: {{ .Values.identity.config.smtpFrom }}
2929
SMTP_AUTH: {{ .Values.identity.config.smtpAuth | quote }}
30-
JWT_EXPIRATION: {{ .Values.identity.config.jwtExpiration | 604800000 }}
30+
JWT_EXPIRATION: {{ .Values.identity.config.jwtExpiration | quote }}
3131
SMTP_STARTTLS: {{ .Values.identity.config.smtpStartTLS | quote }}
3232
SERVER_PORT: {{ .Values.identity.port | quote }}
3333
API_GATEWAY_URL: {{ if .Values.apiGatewayServiceInstall }}"https://{{ .Values.apiGatewayService.service.name }}"{{ else }}{{ .Values.apiGatewayServiceUrl }}{{ end }}

0 commit comments

Comments
 (0)