Skip to content

Commit

Permalink
fix next public app base url ev in helm chart (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei authored Nov 28, 2023
1 parent e790eea commit f3ff2c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
- NUCLEUS_ENV=dev
- NEXTAUTH_SECRET=foo
- NEOSYNC_API_BASE_URL=http://api:8082
- NEXT_PUBLIC_APP_BASE_URL=http://localhost:3000

- AUTH_ENABLED=false

Expand Down
2 changes: 1 addition & 1 deletion frontend/charts/app/templates/app-env-vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ stringData:
{{- end }}

{{ if .Values.nextPublic.appBaseUrl }}
NEXT_PUBLIC_BASE_URL: {{ .Values.nextPublic.appBaseUrl }}
NEXT_PUBLIC_APP_BASE_URL: {{ .Values.nextPublic.appBaseUrl }}
{{- end }}

AUTH_ENABLED: {{ .Values.auth.enabled | default "false" | quote }}

0 comments on commit f3ff2c7

Please sign in to comment.