# Pastel API Configuration
# Server-side environment variable (runtime configuration)
# No rebuild needed to change this!
# For Docker Compose: use container name
PASTEL_API_URL=http://pastel-api:3001
# For local development: use localhost
# PASTEL_API_URL=http://localhost:3001
# For external API: use full URL
# PASTEL_API_URL=https://api.example.com