Initial YakPanel commit

This commit is contained in:
Niranjan
2026-04-07 02:26:06 +05:30
parent 2826d3e7f3
commit 38568a474b
5 changed files with 44 additions and 17 deletions

View File

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