diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.default.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/config.default.php b/config/config.default.php index a8f4f454..0297c679 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -48,10 +48,10 @@ $shift_sum_formula = "SUM( )"; // voucher calculation -$voucher_settings = array( +$voucher_settings = [ "initial_vouchers" => 2, "shifts_per_voucher" => 1 -); +]; // weigh every shift the same // $shift_sum_formula = "SUM(`end` - `start`)"; @@ -60,10 +60,10 @@ $voucher_settings = array( $api_key = ""; // MySQL-Connection Settings -$config = array( +$config = [ 'host' => "localhost", 'user' => "root", 'pw' => "", 'db' => "engelsystem" -); +]; ?> |