mastodon/config/storage.yml

5 lines
182 B
YAML

shared:
azure_enabled: <%= ENV.fetch('AZURE_ENABLED', 'false') %>
s3_enabled: <%= ENV.fetch('S3_ENABLED', 'false') %>
swift_enabled: <%= ENV.fetch('SWIFT_ENABLED', 'false') %>