X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=97e4b0b54b2623812002e6f3e5facb40b1d2a638;hb=09e55c15e490a06db21f74e7e85c58642da36f5e;hp=dc0d4e887d840f731445edc405976c63532cba1e;hpb=9f401a595200061e89d69669482d6b8abba51d8a;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index dc0d4e887d..97e4b0b54b 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -1,6 +1,6 @@ null, + // socket (String) + // Socket of the database server. + // Can be used instead of adding a socket location to the hostname + 'socket' => '', + // user (String) // Database user name. Please don't use "root". 'username' => '', @@ -616,10 +621,6 @@ return [ // Logs every call to /inbox as a JSON file in Friendica's temporary directory 'ap_inbox_log' => false, - // show_direction (Boolean) - // Display if a post had been fetched or had been pushed towards our server - 'show_direction' => false, - // total_ap_delivery (Boolean) // Deliver via AP to every possible receiver and we suppress the delivery to these contacts with other protocols 'total_ap_delivery' => false,