mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
Move addon-specific config to config/addon.ini.php
This commit is contained in:
parent
7ee6c3a20c
commit
6c443aeaf0
28 changed files with 30 additions and 30 deletions
|
@ -31,7 +31,7 @@ Open the config/local.ini.php file and add "libravatar" to the list of activated
|
|||
[system]
|
||||
addon = ...,libravatar
|
||||
|
||||
You can add one configuration variables for the addon:
|
||||
You can add one configuration variables for the addon to the config/addon.ini.php file:
|
||||
|
||||
[libravatar]
|
||||
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
|
||||
|
||||
[libravatar]
|
||||
; default_avatar (String)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue