X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fsettings.config.php;h=e8c6d09f81eef735e58f6304b9c09c75d4b483f9;hb=90897f36cab3540e76d0e290006a9dec3b2621d6;hp=c05e675edb76012961a2e72034f472d399379307;hpb=78121afcb05eaa8ac35f5620f83b46f33d87e293;p=friendica.git diff --git a/static/settings.config.php b/static/settings.config.php index c05e675edb..e8c6d09f81 100644 --- a/static/settings.config.php +++ b/static/settings.config.php @@ -1,6 +1,6 @@ '', + // 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). @@ -160,9 +164,13 @@ return [ // 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_directly (Boolean) + // Directly transmit content to relay subscribers without using a relay server + 'relay_directly' => false, + + // relay_scope (SR_SCOPE_NONE, SR_SCOPE_TAGS or SR_SCOPE_ALL) + // Defines the scope of accepted posts from the relay servers + 'relay_scope' => SR_SCOPE_NONE, // relay_server_tags (String) // Comma separated list of tags for the "tags" subscription. @@ -184,7 +192,7 @@ return [ // theme (String) // System theme name. - 'theme' => 'vier', + 'theme' => 'frio', // url (String) // The fully-qualified URL of this Friendica node.