summaryrefslogtreecommitdiffstats
path: root/server/config/defaults.hjson
diff options
context:
space:
mode:
authorFelix <me@nutomic.com>2020-04-17 16:39:03 +0200
committerFelix <me@nutomic.com>2020-04-17 16:39:03 +0200
commit9c974fbe505f5518ba0541633e8f043edca18e69 (patch)
tree59a9b7877a0db1f5677c8d0ac808ec607a7cf901 /server/config/defaults.hjson
parent86f172076b5f6239b293b846026f43b3472e0945 (diff)
Remove instance follows
Diffstat (limited to 'server/config/defaults.hjson')
-rw-r--r--server/config/defaults.hjson2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/config/defaults.hjson b/server/config/defaults.hjson
index 8603e49a..509bef47 100644
--- a/server/config/defaults.hjson
+++ b/server/config/defaults.hjson
@@ -54,8 +54,6 @@
federation: {
# whether to enable activitypub federation. this feature is in alpha, do not enable in production.
enabled: false
- # comma seperated list of instances to follow
- followed_instances: ""
# whether tls is required for activitypub. only disable this for debugging, never for producion.
tls_enabled: true
}