feat: update docker-compose and service configurations for improved connectivity

This commit is contained in:
2025-02-05 23:37:49 +01:00
parent 9d79cecb01
commit 4aa164d148
3 changed files with 9 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ log("loaded");
import "/assets/pako.min.js";
const DEFAULT_OPTIONS = {
url: "http://collector:9092",
url: "http://localhost:9092",
username: "",
password: "",
updateInterval: 2,
@@ -18,6 +18,7 @@ const DEFAULT_OPTIONS = {
enabledOrigins: {
"http://*/*": true,
"https://*/*": true,
"https://tube.kobim.cloud"
},
enabledStats: ["data-channel", "local-candidate", "remote-candidate"]
};