diff options
author | Jens Timmerman <github@caret.be> | 2021-08-29 17:47:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-29 17:47:30 +0200 |
commit | f7c3674b7571e33a4915ec9a9a3496b9f63288b3 (patch) | |
tree | dac9fd016ae1114c9d0e1b127f3423d098a08147 /config | |
parent | 288be658f220769097c92029b96dd43852d1f9f6 (diff) | |
download | nextcloud-server-f7c3674b7571e33a4915ec9a9a3496b9f63288b3.tar.gz nextcloud-server-f7c3674b7571e33a4915ec9a9a3496b9f63288b3.zip |
Update config.sample.php
fixes nextcloud/server#21674
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 5f3f33dfa41..4c0fe107aea 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/containging/socket`` e.g. ``/run/postgresql/``. */ 'dbhost' => '', |