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