mirror of
https://github.com/glitch-soc/mastodon
synced 2025-08-10 04:21:25 +00:00
5 lines
126 B
Ruby
5 lines
126 B
Ruby
# frozen_string_literal: true
|
|
|
|
Rails.application.configure do
|
|
config.x.whitelist_mode = ENV['WHITELIST_MODE'] == 'true'
|
|
end
|