Files
cve-dashboard/frontend/.env.example

6 lines
201 B
Plaintext
Raw Permalink Normal View History

# 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