diff options
author | Roger Braun <rbraun@Bobble.local> | 2017-09-15 14:39:32 +0200 |
---|---|---|
committer | Roger Braun <rbraun@Bobble.local> | 2017-09-15 14:39:32 +0200 |
commit | c20530e7080e7c37f33a944933a5a84c95f0e387 (patch) | |
tree | cf6936c74a0a9fc4323164244b25f4efd029dca9 /config/config.exs | |
parent | 50409326a853db7bd9f538f0ddbec805c134920f (diff) | |
download | pleroma-c20530e7080e7c37f33a944933a5a84c95f0e387.tar.gz pleroma-c20530e7080e7c37f33a944933a5a84c95f0e387.zip |
Add configuration option for registrations.
Diffstat (limited to 'config/config.exs')
-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 6696a4902..c4f89c40c 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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. |