[twitter] Update config file style/name
[friendica-addons.git/.git] / twitter / config / twitter.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         'twitter' => [
8                 // consumerkey (String)
9                 // OAuth Consumer Key provided by Twitter on registering an app at https://twitter.com/apps
10                 'consumerkey' => '',
11
12                 // consumersecret (String)
13                 // OAuth Consumer Secret provided by Twitter on registering an app at https://twitter.com/apps
14                 'consumersecret' => '',
15         ],
16 ];