mastodon/config/initializers/2_whitelist_mode.rb

6 lines
126 B
Ruby
Raw Normal View History

2019-07-30 09:10:46 +00:00
# frozen_string_literal: true
Rails.application.configure do
config.x.whitelist_mode = ENV['WHITELIST_MODE'] == 'true'
end