Add way to disable federation.

This commit is contained in:
lain 2018-03-05 09:26:24 +01:00
commit 0e20d5529a
3 changed files with 27 additions and 14 deletions

View file

@ -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,