diff --git a/sge-frontend/.env b/sge-frontend/.env index 146b8bf..f9ad38f 100644 --- a/sge-frontend/.env +++ b/sge-frontend/.env @@ -7,12 +7,10 @@ SKIP_PREFLIGHT_CHECK=true # Vite environment variables -REACT_APP_API_BASE_URL=http://localhost:8080/api/v1 -REACT_APP_API_WEBSOCKET_BASE_URL=http://localhost:8080 +REACT_APP_API_BASE_URL=https://bgreen.blc-css.com/api/v1 +REACT_APP_API_WEBSOCKET_BASE_URL=https://bgreen.blc-css.com REACT_APP_DEFAULT_EMAIL=info@blc-css.com - - # Commented out alternative configuration -#REACT_APP_API_BASE_URL=http://172.16.150.22:8080/api/v1 -#REACT_APP_API_WEBSOCKET_BASE_URL=http://172.16.150.22:8080 \ No newline at end of file +#REACT_APP_API_BASE_URL=http://localhost:8080/api/v1 +#REACT_APP_API_WEBSOCKET_BASE_URL=http://localhost:8080