feat: add environment variable support and update README instructions

This commit is contained in:
2025-02-05 16:16:57 +01:00
parent 6a7d4e922b
commit fb765920b4
7 changed files with 38 additions and 10 deletions

View File

@@ -16,7 +16,8 @@ const DEFAULT_OPTIONS = {
gzip: false,
job: "webrtc-internals-exporter",
enabledOrigins: {
"https://tube.kobim.cloud": true,
"http://*/*": true,
"https://*/*": true,
},
enabledStats: ["data-channel", "local-candidate", "remote-candidate"]
};