diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 0248fa888..c29b09a9b 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -240,6 +240,8 @@ STORAGES = { if STORAGE_BACKEND is not None: STORAGES['default']['BACKEND'] = STORAGE_BACKEND + if STORAGE_CONFIG: + STORAGES['default']['OPTIONS'] = STORAGE_CONFIG # django-storages if STORAGE_BACKEND.startswith('storages.'):