feat: Add ALLOW_REGISTRATION configuration to enable/disable user registration and introduce a Forbidden API error type.
This commit is contained in:
@@ -10,6 +10,7 @@ services:
|
||||
- CORS_ALLOWED_ORIGINS=http://localhost:8080,http://localhost:5173
|
||||
- HOST=0.0.0.0
|
||||
- PORT=3000
|
||||
- ALLOW_REGISTRATION=true
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user