mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 14:59:39 +02:00
feat(glitchtip): enable open user registration
GlitchTip is publicly accessible like other monitoring tools (Grafana, Umami). No login restriction needed for internal dev tooling. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
47b9e41666
commit
789ce0a435
1 changed files with 1 additions and 1 deletions
|
|
@ -1924,7 +1924,7 @@ services:
|
|||
GLITCHTIP_DOMAIN: https://glitchtip.mana.how
|
||||
DEFAULT_FROM_EMAIL: glitchtip@mana.how
|
||||
CELERY_WORKER_AUTOSCALE: "1,3"
|
||||
ENABLE_USER_REGISTRATION: "false"
|
||||
ENABLE_USER_REGISTRATION: "true"
|
||||
ports:
|
||||
- "8020:8020"
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue