Move addon-specific config to config/addon.ini.php

This commit is contained in:
Hypolite Petovan 2018-07-11 22:56:52 -04:00
parent 7ee6c3a20c
commit 6c443aeaf0
28 changed files with 30 additions and 30 deletions

View file

@ -16,7 +16,7 @@ After the registration please enter the values for "Consumer Key" and "Consumer
## Alternative configuration
Add your key pair to your global config/local.ini.php.
Add your key pair to your global config/addon.ini.php.
[twitter]
consumerkey = your consumer_key here

View file

@ -1,7 +1,7 @@
<?php return <<<INI
; Warning: Don't change this file! It only holds the default config values for this addon.
; Instead overwrite these config values in config/local.ini.php in your Friendica directory
; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
[twitter]
; consumerkey (String)

View file

@ -48,7 +48,7 @@
* we do not need "Twitter as login". When you've registered the app you get the
* OAuth Consumer key and secret pair for your application/site.
*
* Add this key pair to your global config/local.ini.php or use the admin panel.
* Add this key pair to your global config/addon.ini.php or use the admin panel.
*
* [twitter]
* consumerkey = your consumer_key here