Add configuration option for registrations.

This commit is contained in:
Roger Braun 2017-09-15 14:39:32 +02:00
commit c20530e708
3 changed files with 11 additions and 3 deletions

View file

@ -44,7 +44,8 @@ config :pleroma, :instance,
version: version,
name: "Pleroma",
email: "example@example.com",
limit: 5000
limit: 5000,
registrations_open: true
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.