Merge pull request #28637 from JensTimmerman/master

Update config.sample.php
pull/16708/head
Daniel 2021-10-13 17:59:44 +07:00 committed by GitHub
commit b7ee885f93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -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' => '',