mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 11:08:07 +01:00
6 lines
126 B
Ruby
6 lines
126 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
Rails.application.configure do
|
||
|
config.x.whitelist_mode = ENV['WHITELIST_MODE'] == 'true'
|
||
|
end
|