Skip to content

Commit

Permalink
chore: add NODE ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
jonat75 committed Jan 15, 2025
1 parent 588b101 commit e91f283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ app:
SECURITY_JWT_SECRET: "$(EGAPRO_SECRET)"
SENTRY_DSN: "https://[email protected]/22"
EGAPRO_ENV: "{{ .Values.global.env }}"
NODE_ENV: "{{ .Values.global.env }}"
NEXTAUTH_URL: "https://{{ .Values.global.host }}/api/auth"

nginx:
Expand Down

0 comments on commit e91f283

Please sign in to comment.