~cytrogen/masto-fe

ref: bca649ba79ee4fcb33e04084dbd7aa5d275adbf7 masto-fe/config/initializers/single_user_mode.rb -rw-r--r-- 130 bytes
bca649ba — Eugen Rochko Change edit profile page (#25413) 2 years ago
                                                                                
1
2
3
4
5
# frozen_string_literal: true

Rails.application.configure do
  config.x.single_user_mode = ENV['SINGLE_USER_MODE'] == 'true'
end