updated 3 tier structure

This commit is contained in:
2026-06-18 04:31:37 +00:00
parent 13855bf620
commit 6fc00b8ce9
8 changed files with 307 additions and 357 deletions
+9
View File
@@ -0,0 +1,9 @@
# 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"]