diff options
author | lain <lain@soykaf.club> | 2018-03-05 09:26:24 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-03-05 09:26:24 +0100 |
commit | 0e20d5529a090f12636caccb41e5e040786eb0c6 (patch) | |
tree | c4b5ecd70a5d34ced87b1d342270833a563bc74d /config | |
parent | e98aeabbdebee8f6c9a10d0c9e3f48c1031172cb (diff) | |
download | pleroma-0e20d5529a090f12636caccb41e5e040786eb0c6.tar.gz pleroma-0e20d5529a090f12636caccb41e5e040786eb0c6.zip |
Add way to disable federation.
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 2 insertions, 1 deletions
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, |