]> git.mxchange.org Git - friendica-addons.git/blobdiff - pumpio/README.md
Remove unneeded Config namespace usages
[friendica-addons.git] / pumpio / README.md
index 4dd90d5f5c3d8dc62b0af295c1e3e1c470abd15c..33137984c15c13aea57723fbaaf21d40c99edb9b 100644 (file)
@@ -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.