[pumpio] Update config file style/name
[friendica-addons.git/.git] / pumpio / README.md
1 To let the connector work properly you should define an application name in `config/addon.config.php`:
2
3         'pumpio' => [
4                 'application_name' => '',
5                 // Displays forwarded posts like "wall-to-wall" posts.
6                 'wall-to-wall_share' => false,
7                 // Given in minutes
8                 'poll_interval' => 5,
9         ],
10
11 This name appears at pump.io and is important for not mirroring back posts that came from Friendica.