mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 11:54:31 +02:00
Remove config/addon-sample.config.php file in favor of per-addon configuration files
- Update documentation and .gitignore
This commit is contained in:
parent
9751cadfbf
commit
fa3db8737b
3 changed files with 12 additions and 25 deletions
|
@ -1,12 +0,0 @@
|
|||
<?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',
|
||||
],
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue