Added .env configuration to remove hardcoded IP issues

This commit is contained in:
2026-01-28 09:23:30 -07:00
parent 88c33cae04
commit 60f0424235
5 changed files with 25 additions and 7 deletions

5
frontend/.env.example Normal file
View File

@@ -0,0 +1,5 @@
# Frontend Configuration
# API_BASE should include the /api path
REACT_APP_API_BASE=http://localhost:3001/api
# API_HOST is used for direct file URLs (no /api)
REACT_APP_API_HOST=http://localhost:3001