]> git.mxchange.org Git - friendica.git/blobdiff - doc/htconfig.md
Merge remote-tracking branch 'upstream/develop' into 1706-worker-even-faster
[friendica.git] / doc / htconfig.md
index 5fbd6e0cb8807d4486c63aa44995bd457485645e..ec961c200f680ae63c8d1f4887a70e7000e0c181 100644 (file)
@@ -118,3 +118,10 @@ If more then one account should be able to access the admin panel, seperate the
 If you want to have a more personalized closing line for the notification emails you can set a variable for the admin_name.
 
     $a->config['admin_name'] = "Marvin";
+
+## Database Settings
+
+The configuration variables db_host, db_user, db_pass and db_data are holding your credentials for the database connection.
+If you need to specify a port to access the database, you can do so by appending ":portnumber" to the db_host variable.
+
+    $db_host = 'your.mysqlhost.com:123456';