summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBot <bot@myigel.name>2017-01-02 15:43:36 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-01-02 15:49:53 +0100
commitd71e7bbfad2f07f82df0c515608996d250fd4182 (patch)
tree5083a17b218c08b3a699a0bf15bec926cc2dd185 /config
parent7313e15ce8236e19331fb6639a3a5b97c8f06ecd (diff)
Formatting
Diffstat (limited to 'config')
-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"
];