7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
# Frontend Environment Variables
|
|
|
|
# API URL - Backend endpoint
|
|
# For Docker: http://localhost:3001
|
|
# For production: https://your-backend-domain.com
|
|
NEXT_PUBLIC_API_URL="http://localhost:3001"
|