Set internal PuSH server as default
This commit is contained in:
parent
5d1c7b4e4f
commit
d2afb263ae
16 changed files with 16 additions and 16 deletions
|
|
@ -55,7 +55,7 @@ $a->config['system']['directory_search_url'] = 'http://dir.friendica.com/directo
|
|||
|
||||
// PuSH - aka pubsubhubbub URL. This makes delivery of public posts as fast as private posts
|
||||
|
||||
$a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com';
|
||||
$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 true and the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue