diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-03 18:07:50 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-03 18:07:50 +0000 |
| commit | a160abeb3230c6ecb887d0b77f655203d5cf2313 (patch) | |
| tree | de4347a905c67476dd0a9c85d1c2f052f18ed446 /.env.example | |
| parent | Fix urls in readme (diff) | |
| parent | minor docs updates (diff) | |
| download | AnnotateChange-a160abeb3230c6ecb887d0b77f655203d5cf2313.tar.gz AnnotateChange-a160abeb3230c6ecb887d0b77f655203d5cf2313.zip | |
Merge branch 'update'
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.example b/.env.example index f6c5ee0..1364a9d 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,5 @@ ## Flask config +FLASK_APP=annotate_change.py # production|development FLASK_ENV=development @@ -11,6 +12,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 # |
