From 2ff7067e044b51dcd5db51b3f0278ac142824a28 Mon Sep 17 00:00:00 2001 From: Artyom Bakhtin Date: Wed, 6 Nov 2024 20:51:56 +0300 Subject: [PATCH] Add builder_confighub_endpoint to the config (#14) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 📝 Summary Add `builder_confighub_endpoint` to the config ## ⛱ Motivation and Context ## 📚 References --- ## ✅ I have run these commands * [x] `make lint` * [x] `make test` * [x] `go mod tidy` --------- Signed-off-by: bakhtin --- testdata/get-configuration.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testdata/get-configuration.json b/testdata/get-configuration.json index 38b7f62..42bb708 100644 --- a/testdata/get-configuration.json +++ b/testdata/get-configuration.json @@ -14,7 +14,8 @@ "builder_endpoint": "http://127.0.0.1:8645", "local_listen_addr": "0.0.0.0:443", "public_listen_addr": "0.0.0.0:5544", - "cert_hosts": "1.2.3.4,localhost,127.0.0.1" + "cert_hosts": "1.2.3.4,localhost,127.0.0.1", + "builder_confighub_endpoint": "http://127.0.0.1:7937" }, "rbuilder": { "__version": "v0.1.0-26-g18875a4",