[pumpio] Add addon config

- Update mentions of .htconfig.php
This commit is contained in:
Hypolite Petovan 2018-06-27 23:18:58 -04:00
parent 05077bf127
commit 9cc5f29dad
3 changed files with 32 additions and 3 deletions

View file

@ -1,5 +1,6 @@
To let the connector work properly you should define an application name in the .htconfig:
To let the connector work properly you should define an application name in config/local.ini.php:
$a->config['pumpio']['application_name'] = "Name of you site";
[pumpio]
application_name = Name of you site
This name appears at pump.io and is important for not mirroring back posts that came from friendica.
This name appears at pump.io and is important for not mirroring back posts that came from Friendica.