X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=619ac3c2bd388be5bb99ae3f1c166fda5499511e;hb=d2ca812647c0c06665e008354aa692d492f8857a;hp=6ea80515b9647c5f8b21ac161a28aaec75aff36f;hpb=78a0c98a110be59b42782d7e1842d2cd99ec59a4;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index 6ea80515b9..619ac3c2bd 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -122,6 +122,16 @@ return [ // Cache avatar pictures as files (experimental) 'avatar_cache' => false, + // avatar_cache_path (String) + // File path to the avatar cache. Default is /(your basepath)/avatar/ + // The value has to be an absolute path and has to end with a "/" + 'avatar_cache_path' => '', + + // avatar_cache_url (String) + // Base URL of the avatar cache. Default is http(s)://(your hostname)/avatar/ + // The value has to start with the scheme and end with a "/" + 'avatar_cache_url' => '', + // big_emojis (Boolean) // Display "Emoji Only" posts in big. 'big_emojis' => false,