Merge pull request #90 from svc-design/codex/fix-undefined-variable-dl_business_host

Set default dl business host for blackbox exporter role
This commit is contained in:
shenlan 2025-10-03 19:27:37 +08:00 committed by GitHub
commit 8994af8ce5

View File

@ -12,3 +12,4 @@ blackbox_arch_map:
arm64: linux-arm64
blackbox_download_base_url: "https://dl.svc.plus/prometheus/blackbox_exporter"
blackbox_tmp_dir: "/tmp"
dl_business_host: "dl.svc.plus"