[geonames] Update config file style/name
[friendica-addons.git/.git] / gravatar / config / gravatar.ini.php
1 <?php return <<<INI
2
3 ; Warning: Don't change this file! It only holds the default config values for this addon.
4 ; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
5
6 [gravatar]
7 ; default_avatar (String)
8 ; If no avatar was found for an email Gravatar can create some pseudo-random generated avatars based on an email hash.
9 ; You can choose between these presets:
10 ; - gravatar : default static Gravatar logo
11 ; - mm       : (mystery-man) a static image
12 ; - identicon: a generated geometric pattern based on email hash
13 ; - monsterid: a generated 'monster' with different colors, faces, etc. based on email hash
14 ; - wavatar  : faces with different features and backgrounds based on email hash
15 ; - retro    : 8-bit arcade-styled pixelated faces based on email hash
16 default_avatar = gravatar
17
18 ; rating (String)
19 ; Gravatar lets users self-rate their images to be used at appropriate audiences.
20 ; Choose which are appropriate for your friendica site:
21 ; - g : suitable for display on all wesites with any audience type
22 ; - pg: may contain rude gestures, provocatively dressed individuals, the lesser swear words, or mild violence
23 ; - r : may contain such things as harsh profanity, intense violence, nudity, or hard drug use
24 ; - x : may contain hardcore sexual imagery or extremely disurbing violence
25 rating = g
26
27 INI;
28 //Keep this line