about summary refs log tree commit diff
path: root/config/initializers/single_user_mode.rb
blob: 4945f7f22f8ea2fb603a03a39a7a9c21b3683e18 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

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