diff options
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.example b/.env.example index f6c5ee0..ec0f6c4 100644 --- a/.env.example +++ b/.env.example @@ -11,6 +11,8 @@ SECRET_KEY=my-long-and-hard-to-guess-secret-key USER_EMAIL_DOMAINS= # specific user emails allowed (semicolon separated) USER_EMAILS= +# whether you're accepting new user registrations +ACCEPTING_REGISTRATION=1 ## Mail configuration # |
