chore(web): update example environment variables
This commit is contained in:
@@ -39,7 +39,8 @@ rm -rf .env
|
|||||||
|
|
||||||
echo "
|
echo "
|
||||||
PORT=$WEB_PORT
|
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
|
" >> .env
|
||||||
|
|
||||||
echo "Installing web dependencies..."
|
echo "Installing web dependencies..."
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
PORT=3001
|
PORT=3001
|
||||||
REACT_APP_BACKEND_URL=http://localhost:3000
|
VITE_BACKEND_URL=http://localhost:3000
|
||||||
# HTTPS=true
|
VITE_BASE_URL=http://localhost:3001
|
||||||
REACT_APP_BASE_URL=http://localhost:3001
|
|
||||||
|
|||||||
Reference in New Issue
Block a user