summaryrefslogtreecommitdiff
path: root/config/config.default.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-11-25 10:53:50 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-11-25 11:27:38 +0100
commitb9bc03a1bdf146e0b4ef6529ebe814a0ac9c930d (patch)
tree50cf84d7d07d11bd65b45c2c17f37632f6cd8eff /config/config.default.php
parent25e434bce4986b48bd72729a55aa1096e5a76be3 (diff)
Changed tests database to mariadb
Diffstat (limited to 'config/config.default.php')
-rw-r--r--config/config.default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.default.php b/config/config.default.php
index 1bad9668..7594346a 100644
--- a/config/config.default.php
+++ b/config/config.default.php
@@ -5,7 +5,7 @@
return [
// MySQL-Connection Settings
'database' => [
- 'host' => env('MYSQL_HOST', (env('CI', false) ? 'mysql' : 'localhost')),
+ 'host' => env('MYSQL_HOST', (env('CI', false) ? 'mariadb' : 'localhost')),
'user' => env('MYSQL_USER', 'root'),
'pw' => env('MYSQL_PASSWORD', ''),
'db' => env('MYSQL_DATABASE', 'engelsystem'),