Merge pull request #6340 from MrPetovan/bug/1495-fix-admin-theme-settings
[friendica.git/.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