summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.default.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/config.default.php b/config/config.default.php
index a0dcd1bb..9b93eb25 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -140,7 +140,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,
],
@@ -169,6 +170,10 @@ return [
'4XL' => '4XLarge Straight-Cut',
],
+ // Shifts overview
+ // Set max number of hours that can be shown at once
+ 'filter_max_duration' => 0,
+
// Session config
'session' => [
// Supported: pdo or native