1
0
Fork 0

Removed external pubsubhubbub URL

This commit is contained in:
Michael 2017-08-25 02:58:38 +00:00
commit 5c53544118
5 changed files with 8 additions and 57 deletions

View file

@ -77,10 +77,6 @@ $a->config['max_import_size'] = 200000;
$a->config['system']['maximagesize'] = 800000;
// PuSH - aka pubsubhubbub URL. This makes delivery of public posts as fast as private posts
$a->config['system']['huburl'] = '[internal]';
// Server-to-server private message encryption (RINO) is allowed by default.
// Encryption will only be provided if this setting is set to a non zero value
// set to 0 to disable, 2 to enable, 1 is deprecated