Updated feature / fix

This commit is contained in:
Niranjan
2026-04-07 03:35:32 +05:30
parent ca6142c39a
commit 3492c441ee
3 changed files with 39 additions and 12 deletions

View File

@@ -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