Centralize configuration into config.yaml
- All settings moved to config.yaml - configs/load.py reads from config.yaml with env var overrides - Environment variables still work for backward compatibility - Added pyyaml to requirements
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from app.diagnostics.crash_handler import enable_crash_handler
|
||||
from configs.default import LOG_DIR
|
||||
from configs.load import LOG_DIR
|
||||
|
||||
|
||||
def startup() -> None:
|
||||
|
||||
Reference in New Issue
Block a user