X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=pumpio%2FREADME.md;h=33137984c15c13aea57723fbaaf21d40c99edb9b;hb=65e4726718a10e1d15782d299b348add76377751;hp=4dd90d5f5c3d8dc62b0af295c1e3e1c470abd15c;hpb=bf52de030fbe9c3c170aa0103aa70b110da50c71;p=friendica-addons.git diff --git a/pumpio/README.md b/pumpio/README.md index 4dd90d5f..33137984 100644 --- a/pumpio/README.md +++ b/pumpio/README.md @@ -1,5 +1,11 @@ -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/addon.config.php`: -$a->config['pumpio']['application_name'] = "Name of you site"; + 'pumpio' => [ + 'application_name' => '', + // Displays forwarded posts like "wall-to-wall" posts. + 'wall-to-wall_share' => false, + // Given in minutes + 'poll_interval' => 5, + ], -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.