Files
sgeUpdated/sge-frontend/.env
Khaled Elagamy 85f1847070 Add 'sge-frontend/' from commit '5fa787e054b25ac53edc7ff0275ea7960a709401'
git-subtree-dir: sge-frontend
git-subtree-mainline: 876c278ac4
git-subtree-split: 5fa787e054
2025-08-04 00:27:23 +03:00

18 lines
746 B
Bash

# 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
#REACT_APP_API_WEBSOCKET_BASE_URL=http://172.16.150.22:8080