diff options
author | Daniel <mail@danielkesselberg.de> | 2021-10-13 17:59:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 17:59:44 +0200 |
commit | b7ee885f930c32ab5412208a0e6cc13650735663 (patch) | |
tree | 0e05cc2159af33b046a54792d7b797eaad4efbf2 /config | |
parent | c11812a6adc1370d4333e7fc993787d48d343d4e (diff) | |
parent | 4c9186109bab81c99cc135ef9b8991cf2575ef1b (diff) | |
download | nextcloud-server-b7ee885f930c32ab5412208a0e6cc13650735663.tar.gz nextcloud-server-b7ee885f930c32ab5412208a0e6cc13650735663.zip |
Merge pull request #28637 from JensTimmerman/master
Update config.sample.php
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index b7e5772b91a..dba68ba296d 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -108,7 +108,7 @@ $CONFIG = [ * Your host server name, for example ``localhost``, ``hostname``, * ``hostname.example.com``, or the IP address. To specify a port use * ``hostname:####``; to specify a Unix socket use - * ``localhost:/path/to/socket``. + * ``/path/to/directory/containing/socket`` e.g. ``/run/postgresql/``. */ 'dbhost' => '', |