Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDaniel <mail@danielkesselberg.de>2021-10-13 18:59:44 +0300
committerGitHub <noreply@github.com>2021-10-13 18:59:44 +0300
commitb7ee885f930c32ab5412208a0e6cc13650735663 (patch)
tree0e05cc2159af33b046a54792d7b797eaad4efbf2 /config
parentc11812a6adc1370d4333e7fc993787d48d343d4e (diff)
parent4c9186109bab81c99cc135ef9b8991cf2575ef1b (diff)
Merge pull request #28637 from JensTimmerman/master
Update config.sample.php
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
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' => '',