Merge pull request #2489 from automatisch/update-example-envs-in-web

chore(web): update example environment variables
This commit is contained in:
Ömer Faruk Aydın
2025-05-20 12:19:11 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,8 @@ rm -rf .env
echo "
PORT=$WEB_PORT
REACT_APP_BACKEND_URL=http://localhost:$BACKEND_PORT
VITE_BACKEND_URL=http://localhost:$BACKEND_PORT
VITE_BASE_URL=http://localhost:$PORT
" >> .env
echo "Installing web dependencies..."

View File

@@ -1,4 +1,3 @@
PORT=3001
REACT_APP_BACKEND_URL=http://localhost:3000
# HTTPS=true
REACT_APP_BASE_URL=http://localhost:3001
VITE_BACKEND_URL=http://localhost:3000
VITE_BASE_URL=http://localhost:3001