# KMountain Flower Radio Station — Environment Variables # Copy this file to .env and fill in the values. Do NOT commit .env. # PostgreSQL connection string (backend) # Format: postgresql+asyncpg://user:password@host:port/database KMTN_DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/kmountain # CORS allowlist for the backend (JSON array of allowed origins) KMTN_CORS_ORIGINS=["http://localhost:4200"]