X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config%2Fdefaults.config.php;h=f16bd664cf99a37d0b42bf31cdbd7e2f670bf81a;hb=b90c8c6346ee2c4fab363b6460eab56d38b8ca43;hp=90596a8fee4410368745672054d6165a60ba7eec;hpb=ecac463d89a8298a89f7a7d431d7e0bc23da36d0;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, + ] ];