Add config parameter for custom database port
This commit is contained in:
@@ -79,6 +79,7 @@ class DatabaseProvider implements ServiceProviderInterface
|
||||
'password' => DB_PASSWORD,
|
||||
'database' => DB_NAME,
|
||||
'charset' => 'utf8',
|
||||
'port' => DB_PORT,
|
||||
));
|
||||
}
|
||||
|
||||
@@ -97,6 +98,7 @@ class DatabaseProvider implements ServiceProviderInterface
|
||||
'username' => DB_USERNAME,
|
||||
'password' => DB_PASSWORD,
|
||||
'database' => DB_NAME,
|
||||
'port' => DB_PORT,
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user