From 0e20d5529a090f12636caccb41e5e040786eb0c6 Mon Sep 17 00:00:00 2001 From: lain Date: Mon, 5 Mar 2018 09:26:24 +0100 Subject: Add way to disable federation. --- config/config.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/config.exs b/config/config.exs index 01109b30f..703c10c48 100644 --- a/config/config.exs +++ b/config/config.exs @@ -49,7 +49,8 @@ config :pleroma, :instance, name: "Pleroma", email: "example@example.com", limit: 5000, - registrations_open: true + registrations_open: true, + federating: true config :pleroma, :media_proxy, enabled: false, -- cgit v1.2.3