feat: Disable registration

This commit is contained in:
2026-06-12 19:37:06 +00:00
parent 6d90a3e7fa
commit f3e74190af
+1 -1
View File
@@ -14,7 +14,7 @@ services:
BACKEND_INTERNAL_URL: 'http://localhost:3000'
TEMPORAL_ADDRESS: "temporal:7233"
IS_GENERAL: 'true'
DISABLE_REGISTRATION: 'false'
DISABLE_REGISTRATION: 'true'
RUN_CRON: 'true'
# === Storage Settings