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