[MIRROR] Disables night shifts and random shift times in the config (#5784)
* Disables night shifts and random shift times in the config Both of these are rather disruptive when you are debugging/testing. The Config *file* should default to debugging best defaults, and the config *code* should default to production best defaults. One day we will make a seperate production default config file * Disables night shifts and random shift times in the config
This commit is contained in:
committed by
Poojawa
parent
7cdeebab69
commit
d3515a93c1
@@ -530,10 +530,10 @@ ALLOW_MISCREANTS
|
||||
ROUNDSTART_TRAITS
|
||||
|
||||
## Enable night shifts ##
|
||||
ENABLE_NIGHT_SHIFTS
|
||||
#ENABLE_NIGHT_SHIFTS
|
||||
|
||||
## Enable randomized shift start times##
|
||||
RANDOMIZE_SHIFT_TIME
|
||||
#RANDOMIZE_SHIFT_TIME
|
||||
|
||||
## Sets shift time to server time at roundstart. Overridden by RANDOMIZE_SHIFT_TIME ##
|
||||
#SHIFT_TIME_REALTIME
|
||||
|
||||
Reference in New Issue
Block a user