updated 3 tier structure
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user