mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Update config.sample.php
fix typo
This commit is contained in:
parent
f7c3674b75
commit
4c9186109b
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
|
||||
* ``/path/to/directory/containging/socket`` e.g. ``/run/postgresql/``.
|
||||
* ``/path/to/directory/containing/socket`` e.g. ``/run/postgresql/``.
|
||||
*/
|
||||
'dbhost' => '',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue