6 lines
201 B
Plaintext
6 lines
201 B
Plaintext
|
|
# 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
|