Use bitsea server instead of the now decommissioned VM.
parent
e175e80d11
commit
7bc685ae85
|
@ -77,7 +77,7 @@ func main() {
|
|||
|
||||
metaCollectorAPIURL := &url.URL{
|
||||
Scheme: "http",
|
||||
Host: "192.168.188.69:8080", // TODO - make configurable
|
||||
Host: "bitsea:8080", // TODO - make configurable
|
||||
Path: "/",
|
||||
}
|
||||
metacollectorClient := metacollector.NewMetaCollectorClient(metaCollectorAPIURL)
|
||||
|
|
Loading…
Reference in New Issue