Skip to content

Commit

Permalink
feat: change and add split env vars (#1580)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-p-alves authored Oct 22, 2024
1 parent 1d0f15c commit 08e99ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions infrastructure/values/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ frontend:
NEXT_PUBLIC_EXPIRATION_TIME: 80000
NEXT_PUBLIC_LOGIN_SSO_ONLY: true
NEXT_PUBLIC_REGULAR_BOARD: true
NEXT_PUBLIC_RECOIL_DEV_TOOLS: false
NEXT_PUBLIC_ENABLE_GOOGLE: false
NEXT_PUBLIC_ENABLE_GIT: false

backend:
ingress:
Expand Down
5 changes: 4 additions & 1 deletion infrastructure/values/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ frontend:
NEXT_PUBLIC_BACKEND_URL: https://split-api.xgeeks.com
NEXT_PUBLIC_ENABLE_AZURE: true
NEXT_PUBLIC_EXPIRATION_TIME: 80000
NEXT_PUBLIC_LOGIN_SSO_ONLY: false
NEXT_PUBLIC_LOGIN_SSO_ONLY: true
NEXT_PUBLIC_REGULAR_BOARD: true
NEXT_PUBLIC_RECOIL_DEV_TOOLS: false
NEXT_PUBLIC_ENABLE_GOOGLE: false
NEXT_PUBLIC_ENABLE_GIT: false

backend:
ingress:
Expand Down

0 comments on commit 08e99ed

Please sign in to comment.