X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=619ac3c2bd388be5bb99ae3f1c166fda5499511e;hb=d2ca812647c0c06665e008354aa692d492f8857a;hp=db440d2a96dbf4470ef31040684310136f4bb2a1;hpb=4622814e5f6cd22d421ded545be74c745d593483;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index db440d2a96..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, @@ -557,6 +567,10 @@ return [ // Maximum number of posts that a user can send per month with the API. 0 to disable monthly throttling. 'throttle_limit_month' => 0, + // transmit_pending_events (Boolean) + // Transmit pending events upon accepted contact request for forums + 'transmit_pending_events' => false, + // update_active_contacts (Boolean) // When activated, only public contacts will be activated regularly that are used for example in items or tags. 'update_active_contacts' => false,