add pubsubhubbub to default configuration
This commit is contained in:
parent
7658acbe0a
commit
6ad1a22a05
|
@ -39,3 +39,8 @@ $a->config['php_path'] = 'php';
|
||||||
// Location of global directory submission page.
|
// 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';
|
||||||
|
|
||||||
|
|
|
@ -45,4 +45,9 @@ $a->config['php_path'] = '$phpath';
|
||||||
|
|
||||||
// Location of global directory submission page.
|
// 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