]> git.mxchange.org Git - friendica.git/blobdiff - static/settings.config.php
Update settings.config.php
[friendica.git] / static / settings.config.php
index c7d4b6a9c21ac39e53d48924ec3e63139e0b24f2..40e479938059ddd1db1c46aff85d845e64c55635 100644 (file)
@@ -48,14 +48,10 @@ return [
        ],
        'system' => [
                // 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,
@@ -118,16 +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_group_counts (Boolean)
-               // Compute contact group level when counting unseen network posts.
-               'compute_group_counts' => true,
+               // 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',
 
@@ -165,9 +161,13 @@ return [
                'min_memory' => 0,
 
                // no_regfullname (Boolean)
-               // Allow pseudonyms (true) or enforce a space between first name and last name in Full name, as an anti spam measure (false).
+               // Allow users to register with a display name comporting fewer than two parts separated by spaces.
                '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,