1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-01-11 12:04:43 +00:00
friendica-github/config/addon-sample.config.php
2018-12-30 10:15:12 -05:00

12 lines
286 B
PHP

<?php
// Addon configuration
// Copy this configuration file to addon.config.php and edit it if you want to configure addons, see below example for the twitter addon
return [
'twitter' => [
'consumerkey' => '1234567890',
'consumersecret' => 'ABCDEFGHIJKLMONPQRSTUVWXYZ',
],
];