summaryrefslogtreecommitdiffstats
path: root/server/config
diff options
context:
space:
mode:
authorFelix Ableitner <me@nutomic.com>2020-06-16 12:49:51 +0200
committerFelix Ableitner <me@nutomic.com>2020-06-16 12:49:51 +0200
commit325ed2ec3b2c6266de7af32a6d1fec74808f1cb7 (patch)
tree1e5cc6d6eac3f550286815bb6154282b8fceabad /server/config
parentcfa40e482abf588d2a397365cef07388266795fb (diff)
Rename "instance_whitelist" config option to "allowed_instances"
Diffstat (limited to 'server/config')
-rw-r--r--server/config/defaults.hjson2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/config/defaults.hjson b/server/config/defaults.hjson
index 09db4c02..61951321 100644
--- a/server/config/defaults.hjson
+++ b/server/config/defaults.hjson
@@ -57,7 +57,7 @@
# whether tls is required for activitypub. only disable this for debugging, never for producion.
tls_enabled: true
# comma seperated list of instances with which federation is allowed
- instance_whitelist: ""
+ allowed_instances: ""
}
# # email sending configuration
# email: {