Update ConfigDefault.php

This commit is contained in:
genofire 2019-03-27 12:58:37 +01:00 committed by GitHub
parent c8ab850f72
commit a980b0c995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
$defaultConfig = [
'db' => [
'type' => 'mysql',
'host' => 'localhost',
'user' => 'user',
'password' => 'password',