🎉 Fix: Updated log files and utility scripts for better logging consistency and performance optimization. 🛠️📝🔧
This commit is contained in:
@ -31,7 +31,7 @@ util_logger = get_logger("utilities_collection")
|
||||
class Config:
|
||||
"""Zentrale Konfiguration"""
|
||||
|
||||
DATABASE_PATH = "backend/database/myp.db"
|
||||
DATABASE_PATH = "database/myp.db"
|
||||
SECRET_KEY = "datedsss344requiresdasda"
|
||||
SESSION_LIFETIME = 3600
|
||||
MAX_FILE_SIZE = 100 * 1024 * 1024 # 100MB
|
||||
|
Reference in New Issue
Block a user