1
0
Fork 0

Use bitsea server instead of the now decommissioned VM.

liquidsoap-2.2
Icedream 2022-03-05 23:03:01 +01:00
parent e175e80d11
commit 7bc685ae85
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ func main() {
metaCollectorAPIURL := &url.URL{ metaCollectorAPIURL := &url.URL{
Scheme: "http", Scheme: "http",
Host: "192.168.188.69:8080", // TODO - make configurable Host: "bitsea:8080", // TODO - make configurable
Path: "/", Path: "/",
} }
metacollectorClient := metacollector.NewMetaCollectorClient(metaCollectorAPIURL) metacollectorClient := metacollector.NewMetaCollectorClient(metaCollectorAPIURL)