Skip to content

Commit

Permalink
Add builder_confighub_endpoint to the config (#14)
Browse files Browse the repository at this point in the history
## πŸ“ Summary

Add `builder_confighub_endpoint` to the config

## β›± Motivation and Context

<!--- Why is this change required? What problem does it solve? -->

## πŸ“š References

<!-- Any interesting external links to documentation, articles, tweets
which add value to the PR -->

---

## βœ… I have run these commands

* [x] `make lint`
* [x] `make test`
* [x] `go mod tidy`

---------

Signed-off-by: bakhtin <[email protected]>
  • Loading branch information
bakhtin authored Nov 6, 2024
1 parent 22862dc commit 2ff7067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testdata/get-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2ff7067

Please sign in to comment.