From 57edf55c13e1762816cb8f7afbc7a570039f9ae3 Mon Sep 17 00:00:00 2001 From: Server Date: Fri, 25 Jul 2025 04:11:19 +0300 Subject: [PATCH] Update sge-frontend/.env --- .env | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.env b/.env index 4ce9568..7de28fd 100644 --- a/.env +++ b/.env @@ -1,18 +1,18 @@ -# Frontend environment configuration -# REACT_APP_API_PROTOCOL=${API_PROTOCOL:-http} -# REACT_APP_API_HOST=${API_HOST:-localhost} -# REACT_APP_API_PORT=${SERVER_PORT:-8080} -# REACT_APP_API_BASE_URL=${REACT_APP_API_PROTOCOL}://${REACT_APP_API_HOST}:${REACT_APP_API_PORT}/api/v1 -# REACT_APP_API_WEBSOCKET_BASE_URL=${REACT_APP_API_PROTOCOL}://${REACT_APP_API_HOST}:${REACT_APP_API_PORT} - -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_DEFAULT_EMAIL=info@blc-css.com - - - -# Commented out alternative configuration -#REACT_APP_API_BASE_URL=http://172.16.150.22:8080/api/v1 +# Frontend environment configuration +# REACT_APP_API_PROTOCOL=${API_PROTOCOL:-http} +# REACT_APP_API_HOST=${API_HOST:-localhost} +# REACT_APP_API_PORT=${SERVER_PORT:-8080} +# REACT_APP_API_BASE_URL=${REACT_APP_API_PROTOCOL}://${REACT_APP_API_HOST}:${REACT_APP_API_PORT}/api/v1 +# REACT_APP_API_WEBSOCKET_BASE_URL=${REACT_APP_API_PROTOCOL}://${REACT_APP_API_HOST}:${REACT_APP_API_PORT} + +SKIP_PREFLIGHT_CHECK=true +# Vite environment variables +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