mirror of
https://github.com/friendica/friendica
synced 2024-11-11 07:02:53 +00:00
3001951075
- Add sample addon.ini.php file - Add config/addon.ini.php file to git ignore
10 lines
No EOL
246 B
PHP
10 lines
No EOL
246 B
PHP
<?php return <<<INI
|
|
|
|
; Copy this configuration file to addon.ini.php and edit it if you want to configure addons, see below example for the twitter addon
|
|
|
|
;[twitter]
|
|
;consumerkey = localhost
|
|
;consumersecret = mysqlusername
|
|
|
|
INI;
|
|
// Keep this line
|