From: k-alin <63866963+k-alin@users.noreply.github.com> Date: Fri, 25 Feb 2022 15:15:19 +0000 (+0100) Subject: add socket to default settings in defaults.config.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d1141c63fbe2d7b0432c54ddccfc80a66a0a72b2;p=friendica.git add socket to default settings in defaults.config.php --- diff --git a/static/defaults.config.php b/static/defaults.config.php index c31446cfef..97e4b0b54b 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -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' => '',