mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
fix Unix socket syntax
Signed-off-by: leManu <emmanuel.lestrelin@centrale-marseille.fr>
This commit is contained in:
parent
48f906249e
commit
ab69f37276
1 changed files with 2 additions and 1 deletions
|
|
@ -120,7 +120,8 @@ $CONFIG = [
|
|||
* Your host server name, for example ``localhost``, ``hostname``,
|
||||
* ``hostname.example.com``, or the IP address.
|
||||
* To specify a port use ``hostname:####``, for IPv6 addresses use the URI notation ``[ip]:port``.
|
||||
* To specify a Unix socket use ``/path/to/directory/containing/socket``, e.g. ``/run/postgresql/``.
|
||||
* To specify a Unix socket use ``localhost:/path/to/directory/containing/socket`` or
|
||||
* ``:/path/to/directory/containing/socket``, e.g. ``localhost:/run/postgresql/``.
|
||||
*/
|
||||
'dbhost' => '',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue