X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=pumpio%2FREADME.md;h=33137984c15c13aea57723fbaaf21d40c99edb9b;hb=30d35b835e3b289146fb47d58222620e264b9c31;hp=4dd90d5f5c3d8dc62b0af295c1e3e1c470abd15c;hpb=699fa4c44f4da655c55a68e2d3995b8dc38d5429;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.