chore: update monitoring URLs to production endpoints

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-04 23:33:44 +01:00
parent 741f02d856
commit 5b9eda48f8

View File

@@ -35,8 +35,8 @@
"serve" "serve"
], ],
"env": { "env": {
"PROMETHEUS_URL": "http://localhost:9090", "PROMETHEUS_URL": "https://prometheus.home.2rjus.net",
"ALERTMANAGER_URL": "http://localhost:9093" "ALERTMANAGER_URL": "https://alertmanager.home.2rjus.net"
} }
} }
} }