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, 2 insertions, 1 deletions
diff --git a/config/config.default.php b/config/config.default.php
index 06f8201f..1454017b 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -137,7 +137,8 @@ return [
// Voucher calculation
'voucher_settings' => [
'initial_vouchers' => 0,
- 'shifts_per_voucher' => 1,
+ 'shifts_per_voucher' => 0,
+ 'hours_per_voucher' => 2,
// 'Y-m-d' formatted
'voucher_start' => null,
],