Updated feature / fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# YakPanel - Environment
|
||||
# YakPanel - Environment (this file lives next to app/ — loaded from backend/ always, not shell CWD)
|
||||
SECRET_KEY=change-this-in-production
|
||||
# Resolved against backend directory (see app/core/database.py), safe when CWD is not backend/
|
||||
# Resolved to backend/data/default.db (see app/core/database.py)
|
||||
DATABASE_URL=sqlite+aiosqlite:///./data/default.db
|
||||
REDIS_URL=redis://localhost:6379/0
|
||||
DEBUG=false
|
||||
|
||||
Reference in New Issue
Block a user