Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasadAthani committed Nov 24, 2024
1 parent b830b8b commit e979a88
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=ixoAI89JICldF5xF9Y8cgDGJrbOu6SGw
REACT_APP_SECRET_KEY=f2a17d10-e1b1-457f-9db4-201ab22e40bd
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=ixoAI89JICldF5xF9Y8cgDGJrbOu6SGw
REACT_APP_SECRET_KEY=f2a17d10-e1b1-457f-9db4-201ab22e40bd
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=ixoAI89JICldF5xF9Y8cgDGJrbOu6SGw
REACT_APP_SECRET_KEY=f2a17d10-e1b1-457f-9db4-201ab22e40bd
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=ixoAI89JICldF5xF9Y8cgDGJrbOu6SGw
REACT_APP_SECRET_KEY=f2a17d10-e1b1-457f-9db4-201ab22e40bd
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=ixoAI89JICldF5xF9Y8cgDGJrbOu6SGw
REACT_APP_SECRET_KEY=f2a17d10-e1b1-457f-9db4-201ab22e40bd
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=ixoAI89JICldF5xF9Y8cgDGJrbOu6SGw
REACT_APP_SECRET_KEY=f2a17d10-e1b1-457f-9db4-201ab22e40bd

0 comments on commit e979a88

Please sign in to comment.