Files
kmtnflower/.env.example
T
2026-06-18 04:31:37 +00:00

10 lines
426 B
Bash

# 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"]