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.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.default.php b/config/config.default.php
index 8840a00c..d1692590 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -82,6 +82,9 @@ return [
// Only arrived angels can sign up for shifts
'signup_requires_arrival' => false,
+ // Whether newly-registered user should automatically be marked as arrived
+ 'autoarrive' => false,
+
// Number of hours that an angel has to sign out own shifts
'last_unsubscribe' => 3,