Add configuration option for registrations.
This commit is contained in:
parent
50409326a8
commit
c20530e708
3 changed files with 11 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue