fix(main): restore missing settings import lost in merge conflict resolution
Aegis CI / lint-and-test (push) Has been cancelled
Aegis CI / lint-and-test (push) Has been cancelled
This commit is contained in:
@@ -178,6 +178,9 @@ from app.routers import worklogs as worklogs_router
|
|||||||
# Import ensure_bucket_exists from app.storage
|
# Import ensure_bucket_exists from app.storage
|
||||||
from app.storage import ensure_bucket_exists
|
from app.storage import ensure_bucket_exists
|
||||||
|
|
||||||
|
# Import settings as _settings from app.config
|
||||||
|
from app.config import settings as _settings
|
||||||
|
|
||||||
# Configure structured logging before any module initialises its own logger
|
# Configure structured logging before any module initialises its own logger
|
||||||
setup_logging()
|
setup_logging()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user