X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=libravatar%2FREADME.md;h=bcc0f8243570c73ac1ed427d53f1850908edbf97;hb=f4f61aa1518857247f012f27e28e45a9d0813090;hp=33c3679c94d921cf5d4feafad51e6f2330409d3b;hpb=1f8ec2421f5fd9dfc9676106703103b9cfcab9b3;p=friendica-addons.git diff --git a/libravatar/README.md b/libravatar/README.md index 33c3679c..bcc0f824 100644 --- a/libravatar/README.md +++ b/libravatar/README.md @@ -23,14 +23,18 @@ If no avatar was found for an email Libravatar can create some pseudo-random gen See examples at [Libravatar][1]. ## Alternative Configuration -Open the config/local.ini.php file and add "libravatar" to the list of activated addons: +Open the `config/local.config.php` file and add "libravatar" to the list of activated addons: - [system] - addon = ...,libravatar + 'system' => [ + ... + 'addon' => '...,libravatar' + ... + ] -You can add one configuration variables for the addon to the config/addon.ini.php file: +You can add one configuration variables for the addon to the `config/addon.config.php` file: - [libravatar] - default_avatar = identicon + 'libravatar' => [ + 'default_avatar' => 'identicon', + ], [1]: http://wiki.libravatar.org/api/ "See API documentation at Libravatar for more information"