]> git.mxchange.org Git - friendica.git/blob - config/addon-sample.config.php
Merge pull request #6209 from MrPetovan/task/move-config-to-php-array
[friendica.git] / config / addon-sample.config.php
1 <?php\r
2 \r
3 // Addon configuration\r
4 \r
5 // Copy this configuration file to addon.config.php and edit it if you want to configure addons, see below example for the twitter addon\r
6 \r
7 return [\r
8         'twitter' => [\r
9                 'consumerkey' => '1234567890',\r
10                 'consumersecret' => 'ABCDEFGHIJKLMONPQRSTUVWXYZ',\r
11         ],\r
12 ];\r