mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 17:14:26 +02:00
12 lines
284 B
PHP
12 lines
284 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' => 'localhost',
|
|
'consumersecret' => 'mysqlusername',
|
|
],
|
|
];
|