UPLOAD_DIR and DB_PATH were read directly from os.environ, bypassing the Settings dataclass. This caused an inconsistency where overriding Settings had no effect on these values. Now all modules import from infra.settings.settings. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bbox.py | ||
| local_chunker.py | ||
| local_converter.py | ||
| serve_converter.py | ||
| settings.py | ||