~cytrogen/masto-fe

ref: 128daefc7af64cf23b3968075d45351c6d95398a masto-fe/config/initializers/single_user_mode.rb -rw-r--r-- 130 bytes
128daefc — Claire Remove leftover `.orig` files that were mistakenly included (#2379) 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