X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fsettings.config.php;h=bf74e782e4f42cad9524bce417fa8f1de0f085f1;hb=38196aec674ca9acc5db7e72898b52906f0d9070;hp=e999b78c4307200f53e89a9aad8a11c74619d265;hpb=b9a61e5bfb687e86e728ab1ac8f6abe570bb495c;p=friendica.git diff --git a/static/settings.config.php b/static/settings.config.php index e999b78c43..bf74e782e4 100644 --- a/static/settings.config.php +++ b/static/settings.config.php @@ -56,9 +56,13 @@ return [ // 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' => 'quattro,vier,duepuntozero,smoothly', + 'allowed_themes' => 'frio,quattro,vier,duepuntozero,smoothly', // curl_timeout (Integer) // Value is in seconds. Set to 0 for unlimited (not recommended). @@ -156,10 +160,18 @@ return [ // Periodically (once an hour) run an "optimize table" command for cache tables 'optimize_tables' => false, + // relay_deny_tags (String) + // Comma separated list of tags that are rejected. + 'relay_deny_tags' => '', + // relay_server (String) // Address of the relay server where public posts should be send to. 'relay_server' => 'https://social-relay.isurf.ca', + // relay_server_tags (String) + // Comma separated list of tags for the "tags" subscription. + 'relay_server_tags' => '', + // relay_user_tags (Boolean) // If enabled, the tags from the saved searches will used for the "tags" subscription in addition to the "relay_server_tags". 'relay_user_tags' => true, @@ -176,7 +188,7 @@ return [ // theme (String) // System theme name. - 'theme' => 'vier', + 'theme' => 'frio', // url (String) // The fully-qualified URL of this Friendica node.