summaryrefslogtreecommitdiff
path: root/config/config.default.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-08-20 20:58:51 +0200
committerIgor Scheller <igor.scheller@igorshp.de>2018-08-20 21:07:57 +0200
commitd6c8f1a61475fefa9594141aaf12a28d220bdaf8 (patch)
tree905051fdb1307f947c3a3a7be240609f8bc00e59 /config/config.default.php
parentbf6efe532c8f2de84e95b090911280a9b1b61ce8 (diff)
parent2f41b9e4418def9b69cf237312bc592364585025 (diff)
Merge branch 'master' to 'rebuild-database'
Diffstat (limited to 'config/config.default.php')
-rw-r--r--config/config.default.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/config.default.php b/config/config.default.php
index 3299b07f..a0764bcc 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -5,10 +5,10 @@
return [
// MySQL-Connection Settings
'database' => [
- 'host' => env('MYSQL_HOST', (env('CI', false) ? 'mariadb' : 'localhost')),
- 'user' => env('MYSQL_USER', 'root'),
- 'pw' => env('MYSQL_PASSWORD', ''),
- 'db' => env('MYSQL_DATABASE', 'engelsystem'),
+ 'host' => env('MYSQL_HOST', (env('CI', false) ? 'mariadb' : 'localhost')),
+ 'database' => env('MYSQL_DATABASE', 'engelsystem'),
+ 'username' => env('MYSQL_USER', 'root'),
+ 'password' => env('MYSQL_PASSWORD', ''),
],
// For accessing stats