fix(health-agent): correct Uptime Kuma URLs in example env files

This commit is contained in:
Murat ÖZDEMİR 2026-06-25 20:55:58 +03:00
parent 07a364b2bc
commit 28d726d2d8
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ CLUSTER_SIZE_VAULT=3
REDIS_MODE=sentinel REDIS_MODE=sentinel
EXTERNAL_DOMAIN=iklim.co EXTERNAL_DOMAIN=iklim.co
EXTERNAL_SUBDOMAIN_SUFFIX= EXTERNAL_SUBDOMAIN_SUFFIX=
UK_PUSH_URL_BASE=https://status.iklim.co/api/push UK_PUSH_URL_BASE=https://uptime.tarla.io/api/push
SLACK_WEBHOOK_IKLIM_PROD_OPS= SLACK_WEBHOOK_IKLIM_PROD_OPS=
RABBITMQ_USER= RABBITMQ_USER=
RABBITMQ_PASS= RABBITMQ_PASS=

View File

@ -1,4 +1,4 @@
UK_URL=https://your-uptime-kuma-url UK_URL=https://uptime.tarla.io
UK_USER=setup-user UK_USER=setup-user
UK_PASS=your_password_here UK_PASS=your_password_here
UK_SLACK_WEBHOOK_HIGH=https://hooks.slack.com/services/... UK_SLACK_WEBHOOK_HIGH=https://hooks.slack.com/services/...