Update notes on dbhost

This commit is contained in:
josh4trunks 2014-06-05 20:17:50 -07:00
parent ea162c8a39
commit 55ccd6da51

View file

@ -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 */