Skip to content

Commit

Permalink
Merge pull request #62 from deepali-chavhan/develop
Browse files Browse the repository at this point in the history
fix: production env updated
  • Loading branch information
PrasadAthani authored Sep 5, 2024
2 parents dd9ee3f + b55f1a2 commit 262b21f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/admin/.env.production
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
REACT_APP_OAUTH_PROXY_ENABLED=false
REACT_APP_API_URL=https://alt.uniteframework.io/api/v1
REACT_APP_API_URL=https://alt-dev.uniteframework.io/api/v1
4 changes: 2 additions & 2 deletions packages/common-lib/.env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
REACT_APP_OAUTH_PROXY_ENABLED=false
REACT_APP_API_URL=https://alt.uniteframework.io/api/v1
REACT_APP_BASE_URL=https://alt.uniteframework.io
REACT_APP_API_URL=https://alt-dev.uniteframework.io/api/v1
REACT_APP_BASE_URL=https://alt-dev.uniteframework.io
6 changes: 3 additions & 3 deletions packages/core/.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.uniteframework.io/api/v1
REACT_APP_BASE_URL=https://alt.uniteframework.io
REACT_APP_AUTH_URL="https://alt.uniteframework.io/auth/realms/hasura-app/protocol/openid-connect/token"
REACT_APP_API_URL=https://alt-dev.uniteframework.io/api/v1
REACT_APP_BASE_URL=https://alt-dev.uniteframework.io
REACT_APP_AUTH_URL="https://alt-dev.uniteframework.io/auth/realms/hasura-app/protocol/openid-connect/token"
4 changes: 2 additions & 2 deletions packages/student-app/.env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
REACT_APP_OAUTH_PROXY_ENABLED=false
REACT_APP_API_URL=https://alt.uniteframework.io/api/v1
REACT_APP_BASE_URL=https://alt.uniteframework.io
REACT_APP_API_URL=https://alt-dev.uniteframework.io/api/v1
REACT_APP_BASE_URL=https://alt-dev.uniteframework.io
4 changes: 2 additions & 2 deletions packages/studentprogram/.env.production
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
REACT_APP_OAUTH_PROXY_ENABLED=false
REACT_APP_API_URL=https://alt.uniteframework.io/api/v1
REACT_APP_BASE_URL=https://alt.uniteframework.io
REACT_APP_API_URL=https://alt-dev.uniteframework.io/api/v1
REACT_APP_BASE_URL=https://alt-dev.uniteframework.io

0 comments on commit 262b21f

Please sign in to comment.