X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config%2Fdefaults.config.php;h=f16bd664cf99a37d0b42bf31cdbd7e2f670bf81a;hb=8d84f33f15447e30e61d1266e378bbf6b092b4be;hp=90596a8fee4410368745672054d6165a60ba7eec;hpb=fc87c51bb4620762590b291a9617f3ee44ec8609;p=friendica.git diff --git a/config/defaults.config.php b/config/defaults.config.php index 90596a8fee..f16bd664cf 100644 --- a/config/defaults.config.php +++ b/config/defaults.config.php @@ -421,4 +421,9 @@ return [ // Must be writable by the ejabberd process. if set then it will prevent the running of multiple processes. 'lockpath' => '', ], + 'debug' => [ + // ap_inbox_log (Boolean) + // Logs every call to /inbox as a JSON file in Friendica's temporary directory + 'ap_inbox_log' => false, + ] ];