diff --git a/packages/student-app/.env.development b/packages/student-app/.env.development index 1f90c44f..f29e7c6b 100644 --- a/packages/student-app/.env.development +++ b/packages/student-app/.env.development @@ -1,4 +1,4 @@ REACT_APP_OAUTH_PROXY_ENABLED=false REACT_APP_API_URL=https://alt-dev.uniteframework.io/api/v1 REACT_APP_BASE_URL=https://alt-dev.uniteframework.io -REACT_APP_SECRET_KEY='9ca6e96d-f72e-4208-91f4-a2d8e681f767' \ No newline at end of file +REACT_APP_SECRET_KEY=9ca6e96d-f72e-4208-91f4-a2d8e681f767 \ No newline at end of file diff --git a/packages/student-app/.env.production b/packages/student-app/.env.production index 1f90c44f..f29e7c6b 100644 --- a/packages/student-app/.env.production +++ b/packages/student-app/.env.production @@ -1,4 +1,4 @@ REACT_APP_OAUTH_PROXY_ENABLED=false REACT_APP_API_URL=https://alt-dev.uniteframework.io/api/v1 REACT_APP_BASE_URL=https://alt-dev.uniteframework.io -REACT_APP_SECRET_KEY='9ca6e96d-f72e-4208-91f4-a2d8e681f767' \ No newline at end of file +REACT_APP_SECRET_KEY=9ca6e96d-f72e-4208-91f4-a2d8e681f767 \ No newline at end of file