diff --git a/packages/admin/.env.production b/packages/admin/.env.production index 99b52a0f..c4f0ea9e 100644 --- a/packages/admin/.env.production +++ b/packages/admin/.env.production @@ -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 diff --git a/packages/common-lib/.env.production b/packages/common-lib/.env.production index 90a07aeb..20b2b811 100644 --- a/packages/common-lib/.env.production +++ b/packages/common-lib/.env.production @@ -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 \ No newline at end of file +REACT_APP_API_URL=https://alt-dev.uniteframework.io/api/v1 +REACT_APP_BASE_URL=https://alt-dev.uniteframework.io \ No newline at end of file diff --git a/packages/core/.env.production b/packages/core/.env.production index f263cd7a..b7f5feb4 100644 --- a/packages/core/.env.production +++ b/packages/core/.env.production @@ -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" \ No newline at end of file +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" \ No newline at end of file diff --git a/packages/student-app/.env.production b/packages/student-app/.env.production index 90a07aeb..20b2b811 100644 --- a/packages/student-app/.env.production +++ b/packages/student-app/.env.production @@ -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 \ No newline at end of file +REACT_APP_API_URL=https://alt-dev.uniteframework.io/api/v1 +REACT_APP_BASE_URL=https://alt-dev.uniteframework.io \ No newline at end of file diff --git a/packages/studentprogram/.env.production b/packages/studentprogram/.env.production index fd43933c..79fae0d7 100644 --- a/packages/studentprogram/.env.production +++ b/packages/studentprogram/.env.production @@ -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