Added ability to disable signups through environment variable

This commit is contained in:
Dries Augustyns
2024-08-03 21:34:23 +02:00
parent d0db0bee85
commit b1abcf06dd
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -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=