mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-04 11:35:13 +00:00
5 lines
130 B
Ruby
5 lines
130 B
Ruby
# frozen_string_literal: true
|
|
|
|
Rails.application.configure do
|
|
config.x.single_user_mode = ENV['SINGLE_USER_MODE'] == 'true'
|
|
end
|