feat: add support for user registration toggle and Traefik integration in Docker setup
This commit is contained in:
@@ -19,6 +19,7 @@ services:
|
||||
- JWT_EXPIRY_HOURS=24
|
||||
- SECURE_COOKIE=false # set to true when serving over HTTPS
|
||||
- PRODUCTION=false
|
||||
- ALLOW_REGISTRATION=true # set to false to disable new user registration
|
||||
# Database pool
|
||||
- DB_MAX_CONNECTIONS=5
|
||||
- DB_MIN_CONNECTIONS=1
|
||||
|
||||
Reference in New Issue
Block a user