do not load storage configs in dev

pull/257/head
Pete Matsyburka 2 years ago
parent 1e57c1ace7
commit 4d354ae9ff

@ -19,6 +19,7 @@ module LoadActiveStorageConfigs
return if Docuseal.multitenant?
return if IS_ENV_CONFIGURED
return if Rails.env.test?
return if Rails.env.development?
encrypted_config = EncryptedConfig.find_by(key: EncryptedConfig::FILES_STORAGE_KEY)

Loading…
Cancel
Save