Initial YakPanel commit
This commit is contained in:
@@ -21,7 +21,7 @@ class Settings(BaseSettings):
|
||||
www_logs: str = "/www/wwwlogs"
|
||||
vhost_path: str = "/www/server/panel/vhost"
|
||||
|
||||
# Database (use absolute path for SQLite)
|
||||
# Database (relative SQLite paths are resolved to backend/data/, not process CWD)
|
||||
database_url: str = "sqlite+aiosqlite:///./data/default.db"
|
||||
|
||||
# Redis
|
||||
|
||||
Reference in New Issue
Block a user