add socket to default settings in defaults.config.php
This commit is contained in:
parent
8a10b0c635
commit
d1141c63fb
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@ return [
|
|||
// Can be used instead of adding a port number to the hostname
|
||||
'port' => null,
|
||||
|
||||
// socket (String)
|
||||
// Socket of the database server.
|
||||
// Can be used instead of adding a socket location to the hostname
|
||||
'socket' => '',
|
||||
|
||||
// user (String)
|
||||
// Database user name. Please don't use "root".
|
||||
'username' => '',
|
||||
|
|
Loading…
Reference in a new issue