summaryrefslogtreecommitdiff
path: root/config/config.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.default.php')
-rw-r--r--config/config.default.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.default.php b/config/config.default.php
index 38d88acc..693b0d19 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -88,6 +88,10 @@ return [
// Whether newly-registered user should automatically be marked as arrived
'autoarrive' => false,
+ // Only allow shift signup this number of hours in advance
+ // Setting this to 0 disables the feature
+ 'signup_advance_hours' => 0,
+
// Number of hours that an angel has to sign out own shifts
'last_unsubscribe' => 3,