Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix Unix socket syntax
Signed-off-by: leManu <[email protected]>
  • Loading branch information
leManu authored Jun 4, 2025
commit ab69f37276dc89b22c0730b4a6c697a3e254856f
3 changes: 2 additions & 1 deletion config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
* 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' => '',

Expand Down
Loading