Now if you have maintenance without maintenance_mode, the app will still start

This commit is contained in:
Eric Schultz 2018-07-24 17:18:20 -05:00
parent d4610c4911
commit 7ad455d7fc

View file

@ -271,7 +271,7 @@ Config.schema do
# the settings to get into maintenance_mode
optional(:maintenance).schema do
# true if you want to be in maintenance mode, otherwise false
required(:maintenance_mode).filled(:bool?)
optional(:maintenance_mode).filled(:bool?)
# the token you pass into /users/sign_in to actually get to
# a signin page during maintenance mode