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.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.default.php b/config/config.default.php
index a832c8aa..fc61e60a 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -49,7 +49,7 @@ $shift_sum_formula = "SUM(
// voucher calculation
$voucher_settings = [
- "initial_vouchers" => 2,
+ "initial_vouchers" => 2,
"shifts_per_voucher" => 1
];
@@ -63,6 +63,6 @@ $api_key = "";
$config = [
'host' => "localhost",
'user' => "root",
- 'pw' => "",
- 'db' => "engelsystem"
+ 'pw' => "",
+ 'db' => "engelsystem"
];