X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fsettings.config.php;h=c05e675edb76012961a2e72034f472d399379307;hb=3ab4e20fe6050ac72201310fdc049dc023d64d24;hp=e999b78c4307200f53e89a9aad8a11c74619d265;hpb=38635b154445da48410bc17b9ae5f1db9013f601;p=friendica.git diff --git a/static/settings.config.php b/static/settings.config.php index e999b78c43..c05e675edb 100644 --- a/static/settings.config.php +++ b/static/settings.config.php @@ -156,10 +156,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,