friendica/config/addon-sample.config.php

13 lines
298 B
PHP
Raw Normal View History

<?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' => [
2018-11-27 08:44:19 +01:00
'consumerkey' => '1234567890',
'consumersecret' => 'ABCDEFGHIJKLMONPQRSTUVWXYZ',
],
];