mirror of
https://github.com/friendica/friendica
synced 2024-11-10 01:42:53 +00:00
add pubsubhubbub to default configuration
This commit is contained in:
parent
7658acbe0a
commit
6ad1a22a05
2 changed files with 11 additions and 1 deletions
|
@ -39,3 +39,8 @@ $a->config['php_path'] = 'php';
|
|||
// Location of global directory submission page.
|
||||
|
||||
$a->config['system']['directory_submit_url'] = 'http://dir.dfrn.org/submit';
|
||||
|
||||
// PuSH - aka pubsubhubbub URL. This makes delivery of public posts as fast as private posts
|
||||
|
||||
$a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com';
|
||||
|
||||
|
|
|
@ -45,4 +45,9 @@ $a->config['php_path'] = '$phpath';
|
|||
|
||||
// Location of global directory submission page.
|
||||
|
||||
$a->config['system']['directory_submit_url'] = 'http://dir.dfrn.org/submit';
|
||||
$a->config['system']['directory_submit_url'] = 'http://dir.dfrn.org/submit';
|
||||
|
||||
// PuSH - aka pubsubhubbub URL. This makes delivery of public posts as fast as private posts
|
||||
|
||||
$a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com';
|
||||
|
||||
|
|
Loading…
Reference in a new issue