add socket to default settings in defaults.config.php

This commit is contained in:
k-alin 2022-02-25 16:15:19 +01:00
parent 8a10b0c635
commit d1141c63fb
1 changed files with 5 additions and 0 deletions

View File

@ -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' => '',