[pumpio] Update config file style/name
[friendica-addons.git/.git] / pumpio / config / pumpio.config.php
1 <?php
2
3 // Warning: Don't change this file! It only holds the default config values for this addon.
4 // Instead overwrite these config values in config/addon.config.php in your Friendica directory
5
6 return [
7         'pumpio' => [
8                 // application_name (String)
9                 // To let the connector work properly you should define an application name.
10                 // This name appears at pump.io and is important for not mirroring back posts that came from Friendica.
11                 'application_name' => '',
12
13                 // wall-to-wall_share (Boolean)
14                 // Displays forwarded posts like "wall-to-wall" posts.
15                 'wall-to-wall_share' => false,
16
17                 // poll_interval (Integer)
18                 // Given in minutes
19                 'poll_interval' => 5,
20         ],
21 ];