Local settings

This commit is contained in:
Aldarien
2021-03-26 16:33:36 +00:00
parent 91cc2fed12
commit b6665c8f9c
5 changed files with 8 additions and 4 deletions

View File

@ -10,7 +10,7 @@ return [
'databases' => function() {
$arr = [
'mysql' => [
'host' => 'db',
'host' => 'localhost',
//'port' => 3306,
'database' => 'incoviba',
'username' => 'incoviba',