aboutsummaryrefslogtreecommitdiffstats
path: root/install/htconfig.sample.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-04-10 14:14:14 +0200
committerMax Kostikov <max@kostikov.co>2019-04-10 14:14:14 +0200
commit775285cdf8faebb77e1725e7c88de82129acd3c4 (patch)
tree789da6e9a236418b4414476d6833f3fe14147a04 /install/htconfig.sample.php
parent42f96dc7a6dca1e507570a8e78ba32b54468fc09 (diff)
downloadvolse-hubzilla-775285cdf8faebb77e1725e7c88de82129acd3c4.tar.gz
volse-hubzilla-775285cdf8faebb77e1725e7c88de82129acd3c4.tar.bz2
volse-hubzilla-775285cdf8faebb77e1725e7c88de82129acd3c4.zip
Update comment htconfig.sample.php
Diffstat (limited to 'install/htconfig.sample.php')
-rwxr-xr-xinstall/htconfig.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/htconfig.sample.php b/install/htconfig.sample.php
index 07725e3f4..509942530 100755
--- a/install/htconfig.sample.php
+++ b/install/htconfig.sample.php
@@ -12,7 +12,7 @@
// Then set the following for your MySQL installation
-$db_host = 'your.mysqlhost.com'; // Use 'localhost' if you aren't using a remote server
+$db_host = 'your.mysqlhost.com'; // Use 'localhost' or ':/path/to/socket.file' if you aren't using a remote server
$db_port = 0; // leave 0 for default or set your port
$db_user = 'mysqlusername';
$db_pass = 'mysqlpassword';