]> git.mxchange.org Git - friendica-addons.git/blobdiff - pumpio/README.md
This addon will replace "youtube.com" with the chosen Invidious instance
[friendica-addons.git] / pumpio / README.md
index 33137984c15c13aea57723fbaaf21d40c99edb9b..ab53a3001d8660df789fcab3a63a73abd0560edb 100644 (file)
@@ -1,11 +1,13 @@
-To let the connector work properly you should define an application name in `config/addon.config.php`:
+To let the connector work properly you should define an application name in `config/pumpio.config.php`:
 
-       'pumpio' => [
-               'application_name' => '',
-               // Displays forwarded posts like "wall-to-wall" posts.
-               'wall-to-wall_share' => false,
-               // Given in minutes
-               'poll_interval' => 5,
-       ],
+       return [
+               '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.