4 lines
162 B
Bash
4 lines
162 B
Bash
# Frontend Environment Variables
|
|
# Use /api for production (proxied by nginx)
|
|
# Use http://localhost:8000 for local development
|
|
VITE_API_URL=http://localhost:8000 |