fix Unix socket syntax

Signed-off-by: leManu <emmanuel.lestrelin@centrale-marseille.fr>
pull/53327/head
leManu 2025-06-04 22:04:55 +07:00 committed by GitHub
parent 48f906249e
commit ab69f37276
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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' => '',