Added .env configuration to remove hardcoded IP issues
This commit is contained in:
5
frontend/.env.example
Normal file
5
frontend/.env.example
Normal 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
|
||||
Reference in New Issue
Block a user