5 lines
132 B
Bash
5 lines
132 B
Bash
# Base Frontend Configuration
|
|
REACT_APP_API_URL=http://localhost:8080/api/v1
|
|
REACT_APP_ENVIRONMENT=development
|
|
REACT_APP_DEBUG=true
|