SportBuddy/apps/frontend/.env.example
2025-10-26 15:44:27 +01:00

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"