X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fsettings.config.php;h=335b702561726896fe5d434c619e8b88f1d05690;hb=794378ed295a03230539757fe72a5d0cfb40ec9e;hp=fd07c5d26212c15107e790c4326e7be1cce3d7e1;hpb=19d62621d535802a9172749b55cbbe4eab0342f4;p=friendica.git diff --git a/static/settings.config.php b/static/settings.config.php index fd07c5d262..335b702561 100644 --- a/static/settings.config.php +++ b/static/settings.config.php @@ -1,6 +1,6 @@ [ // account_abandon_days (Integer) - // Will not waste system resources polling external sites for abandonded accounts. + // Will not waste system resources polling external sites for abandoned accounts. // Enter 0 for no time limit. 'account_abandon_days' => 0, - // addon (Comma-separated list) - // Manual list of addons which are enabled on this system. - 'addon' => '', - // add_missing_posts (boolean) // Checks for missing entries in "post", "post-thread" or "post-thread-user" and creates them 'add_missing_posts' => false, // allowed_themes (Comma-separated list) // Themes users can change to in their settings. - 'allowed_themes' => 'frio,quattro,vier,duepuntozero,smoothly', + 'allowed_themes' => 'frio,vier', + + // banner (HTML string) + // HTML snippet of the top navigation banner. Not supported by frio. + 'banner' => 'logoFriendica', // cache_contact_avatar (Boolean) // Cache versions of the contact avatars. Uses a lot of storage space @@ -114,12 +114,16 @@ return [ // Default value comprises classic role names from RFC 2142. 'forbidden_nicknames' => 'info, marketing, sales, support, abuse, noc, security, postmaster, hostmaster, usenet, news, webmaster, www, uucp, ftp, root, sysop', + // compute_circle_counts (Boolean) + // Compute contact circle level when counting unseen network posts. + 'compute_circle_counts' => true, + // jpeg_quality (Integer) // Sets the ImageMagick quality level for JPEG images. Values ranges from 50 (awful) to 100 (near perfect). 'jpeg_quality' => 100, // language (String) - // System default languague, inluding admin-created user default language. + // System default language, including admin-created user default language. // Two-letters ISO 639-1 code. 'language' => 'en', @@ -140,6 +144,10 @@ return [ // If you don't want to set a maximum length, set to -1. 'max_image_length' => -1, + // max_receivers (Integer) + // The maximum number of displayed receivers of posts + 'max_receivers' => 10, + // maximagesize (Integer) // Maximum size in bytes of an uploaded photo. 'maximagesize' => 800000, @@ -156,10 +164,18 @@ return [ // Allow pseudonyms (true) or enforce a space between first name and last name in Full name, as an anti spam measure (false). 'no_regfullname' => true, + // no_oembed_rich_content (Boolean) + // If enabled, allow OEmbed for all URLs. Disabled by default. + 'no_oembed_rich_content' => true, + // optimize_tables (Boolean) // Periodically (once an hour) run an "optimize table" command for cache tables 'optimize_tables' => false, + // register_notification (Boolean) + // Send a notification mail to the admin for each new registration. + 'register_notification' => true, + // relay_deny_tags (String) // Comma separated list of tags that are rejected. 'relay_deny_tags' => '',