0
0
Fork 0

Add single user mode

This commit is contained in:
Eugen Rochko 2016-12-06 17:19:26 +01:00
parent 84d2371d6a
commit 1357c1cb3d
4 changed files with 25 additions and 8 deletions

View file

@ -0,0 +1,5 @@
# frozen_string_literal: true
Rails.application.configure do
config.x.single_user_mode = ENV['SINGLE_USER_MODE'] == 'true'
end