From 09933c8bbf1153fdee260ad3500ac570ccfe1f76 Mon Sep 17 00:00:00 2001 From: server Date: Sun, 3 Aug 2025 22:27:53 +0000 Subject: [PATCH] Edit env file --- sge-frontend/.env | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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