This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2019-07-30 11:10:46 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
Rails.application.configure do
|
2020-06-27 20:20:11 +02:00
|
|
|
config.x.whitelist_mode = (ENV['LIMITED_FEDERATION_MODE'] || ENV['WHITELIST_MODE']) == 'true'
|
2019-07-30 11:10:46 +02:00
|
|
|
end
|