SurfSense/surfsense_backend/app/file_storage
DESKTOP-RTLN3BA\$punk c2beaf1e5a refactor(config): centralize configuration management across modules
- Replaced environment variable usage with a centralized configuration system in multiple modules, including `celery_app`, `agent_cache_store`, `sandbox`, `file_storage`, and `connector_service`.
- Enhanced maintainability and readability by sourcing configuration values from the `config` module instead of directly from environment variables.
- Updated relevant settings to ensure consistent access to configuration values across the application.
2026-06-08 13:50:16 -07:00
..
backends feat(file-storage): add local and azure blob backends 2026-06-02 16:10:43 +02:00
persistence feat(file-storage): add document_files model and enum 2026-06-02 16:10:43 +02:00
__init__.py feat(file-storage): add settings, key builder, and backend factory 2026-06-02 16:10:43 +02:00
api.py feat(file-storage): add listing and download routes 2026-06-02 16:10:44 +02:00
factory.py feat(file-storage): add settings, key builder, and backend factory 2026-06-02 16:10:43 +02:00
keys.py feat(file-storage): add settings, key builder, and backend factory 2026-06-02 16:10:43 +02:00
schemas.py feat(file-storage): add storage service and metadata schema 2026-06-02 16:10:44 +02:00
service.py feat(file-storage): add storage service and metadata schema 2026-06-02 16:10:44 +02:00
settings.py refactor(config): centralize configuration management across modules 2026-06-08 13:50:16 -07:00