diff options
author | josh4trunks <joshruehlig@gmail.com> | 2014-06-05 20:17:50 -0700 |
---|---|---|
committer | josh4trunks <joshruehlig@gmail.com> | 2014-06-05 20:17:50 -0700 |
commit | 55ccd6da51c10ad3403fbdf32c4de09edaf102db (patch) | |
tree | 95ea66d767701058b473af06c5a74d15e6861c9d /config | |
parent | ea162c8a39188450636548f4613d96c39cac8a04 (diff) | |
download | nextcloud-server-55ccd6da51c10ad3403fbdf32c4de09edaf102db.tar.gz nextcloud-server-55ccd6da51c10ad3403fbdf32c4de09edaf102db.zip |
Update notes on dbhost
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 0a81543589b..066b369efa1 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -26,7 +26,7 @@ $CONFIG = array( /* Password to access the ownCloud database */ "dbpassword" => "", -/* Host running the ownCloud database */ +/* Host running the ownCloud database. To specify a port use "HOSTNAME:####"; to specify a unix sockets use "localhost:/path/to/socket". */ "dbhost" => "", /* Prefix for the ownCloud tables in the database */ |