Template
Remove cascade for now; add Docker/CI and README fix list.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+3
-4
@@ -2,12 +2,11 @@
|
||||
APP_PORT=5000
|
||||
SECRET_KEY=change-me-to-a-long-random-string
|
||||
|
||||
# PostgreSQL 17
|
||||
# PostgreSQL (used by docker-compose)
|
||||
POSTGRES_USER=amnezia
|
||||
POSTGRES_PASSWORD=amnezia
|
||||
POSTGRES_DB=amnezia_panel
|
||||
POSTGRES_PORT=5432
|
||||
|
||||
# Used by the panel process (local run or Docker)
|
||||
# Docker Compose sets this automatically to point at the db service.
|
||||
DATABASE_URL=postgresql://amnezia:amnezia@localhost:5432/amnezia_panel
|
||||
# Full DSN (override if panel runs outside compose)
|
||||
# DATABASE_URL=postgresql://amnezia:amnezia@db:5432/amnezia_panel
|
||||
|
||||
Reference in New Issue
Block a user