arbret/frontend/env.example

8 lines
238 B
Text
Raw Normal View History

2025-12-18 22:24:46 +01:00
# Environment variables for the frontend
# For local dev: use direnv with the root .envrc file (recommended)
# For production: set these in your deployment environment
# API URL for the backend
NEXT_PUBLIC_API_URL=http://localhost:8000