Skip to content

Commit

Permalink
commiting the env
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-maherwal committed Nov 25, 2024
1 parent 046aba1 commit a2d0005
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/common-lib/.env.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REACT_APP_OAUTH_PROXY_ENABLED=false
REACT_APP_API_URL=https://alt-palooza.uniteframework.io/api/v1
REACT_APP_BASE_URL=https://alt-palooza.uniteframework.io
REACT_APP_SECRET_KEY=f2a17d10-e1b1-457f-9db4-201ab22e40bd
REACT_APP_SECRET_KEY=9ca6e96d-f72e-4208-91f4-a2d8e681f767
2 changes: 1 addition & 1 deletion packages/common-lib/.env.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REACT_APP_OAUTH_PROXY_ENABLED=false
REACT_APP_API_URL=https://alt-palooza.uniteframework.io/api/v1
REACT_APP_BASE_URL=https://alt-palooza.uniteframework.io
REACT_APP_SECRET_KEY=f2a17d10-e1b1-457f-9db4-201ab22e40bd
REACT_APP_SECRET_KEY=9ca6e96d-f72e-4208-91f4-a2d8e681f767
2 changes: 1 addition & 1 deletion packages/core/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ REACT_APP_OAUTH_PROXY_ENABLED=false
REACT_APP_API_URL=https://alt-palooza.uniteframework.io/api/v1
REACT_APP_BASE_URL=https://alt-palooza.uniteframework.io
REACT_APP_AUTH_URL="https://alt-palooza.uniteframework.io/auth/realms/hasura-app/protocol/openid-connect/token"
REACT_APP_SECRET_KEY=f2a17d10-e1b1-457f-9db4-201ab22e40bd
REACT_APP_SECRET_KEY=9ca6e96d-f72e-4208-91f4-a2d8e681f767
2 changes: 1 addition & 1 deletion packages/core/.env.production
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ REACT_APP_OAUTH_PROXY_ENABLED=false
REACT_APP_API_URL=https://alt-palooza.uniteframework.io/api/v1
REACT_APP_BASE_URL=https://alt-palooza.uniteframework.io
REACT_APP_AUTH_URL="https://alt-palooza.uniteframework.io/auth/realms/hasura-app/protocol/openid-connect/token"
REACT_APP_SECRET_KEY=f2a17d10-e1b1-457f-9db4-201ab22e40bd
REACT_APP_SECRET_KEY=9ca6e96d-f72e-4208-91f4-a2d8e681f767
2 changes: 1 addition & 1 deletion packages/student-app/.env.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REACT_APP_OAUTH_PROXY_ENABLED=false
REACT_APP_API_URL=https://alt-palooza.uniteframework.io/api/v1
REACT_APP_BASE_URL=https://alt-palooza.uniteframework.io
REACT_APP_SECRET_KEY=f2a17d10-e1b1-457f-9db4-201ab22e40bd
REACT_APP_SECRET_KEY=9ca6e96d-f72e-4208-91f4-a2d8e681f767
2 changes: 1 addition & 1 deletion packages/student-app/.env.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REACT_APP_OAUTH_PROXY_ENABLED=false
REACT_APP_API_URL=https://alt-palooza.uniteframework.io/api/v1
REACT_APP_BASE_URL=https://alt-palooza.uniteframework.io
REACT_APP_SECRET_KEY=f2a17d10-e1b1-457f-9db4-201ab22e40bd
REACT_APP_SECRET_KEY=9ca6e96d-f72e-4208-91f4-a2d8e681f767

0 comments on commit a2d0005

Please sign in to comment.