Move addon-specific config to config/addon.ini.php
This commit is contained in:
@@ -35,7 +35,7 @@ Open the config/local.ini.php file and add "gravatar" to the list of activated a
|
||||
[system]
|
||||
addon = ...,gravatar
|
||||
|
||||
You can add two configuration variables for the addon:
|
||||
You can add two configuration variables for the addon to the config/addon.ini.php file:
|
||||
|
||||
[gravatar]
|
||||
default_avatar = identicon
|
||||
|
||||
@@ -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
|
||||
|
||||
[gravatar]
|
||||
; default_avatar (String)
|
||||
|
||||
Reference in New Issue
Block a user