]> git.mxchange.org Git - friendica.git/blob - config/addon-sample.config.php
Add expected FULLTEXT index to profile table
[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' => 'localhost',\r
10                 'consumersecret' => 'mysqlusername',\r
11         ],\r
12 ];\r