From f7c3674b7571e33a4915ec9a9a3496b9f63288b3 Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Sun, 29 Aug 2021 17:47:30 +0200 Subject: [PATCH 1/2] Update config.sample.php fixes nextcloud/server#21674 --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => '', From 4c9186109bab81c99cc135ef9b8991cf2575ef1b Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Sun, 29 Aug 2021 17:48:54 +0200 Subject: [PATCH 2/2] Update config.sample.php fix typo --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 4c0fe107aea..2a57a2eaf8b 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 - * ``/path/to/directory/containging/socket`` e.g. ``/run/postgresql/``. + * ``/path/to/directory/containing/socket`` e.g. ``/run/postgresql/``. */ 'dbhost' => '',