Files
pastel-ui/.env.example

9 lines
296 B
Plaintext
Raw Normal View History

# Pastel API Configuration
# URL of the Pastel API instance
# For Docker Compose: use http://pastel-api:3001
# For local development: use http://localhost:3001
NEXT_PUBLIC_API_URL=http://localhost:3001
# Application URL (used for sharing and OG images)
NEXT_PUBLIC_APP_URL=http://localhost:3000