Added ability to disable signups through environment variable
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
JWT_SECRET=mysupersecretJWTsecret
|
||||
REDIS_URL=redis://127.0.0.1:56379
|
||||
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
|
||||
DISABLE_SIGNUPS=false
|
||||
|
||||
# AWS
|
||||
AWS_REGION=
|
||||
|
||||
Reference in New Issue
Block a user