Add way to disable federation.
This commit is contained in:
parent
e98aeabbde
commit
0e20d5529a
3 changed files with 27 additions and 14 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue