mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #28637 from JensTimmerman/master
Update config.sample.php
This commit is contained in:
commit
b7ee885f93
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' => '',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue