{
  "peer": {
    "host": "peerjs.92k.de",
    "port": 443,
    "secure": true,
    "path": "/",
    "config": {
      "iceServers": [
        {
          "urls": "stun:stun.l.google.com:19302"
        },
        {
          "urls": "stun:stun1.l.google.com:19302"
        },
        {
          "urls": "stun:stun2.l.google.com:19302"
        },
        {
          "urls": "stun:stun3.l.google.com:19302"
        },
        {
          "urls": "stun:stun.qq.com:3478"
        },
        {
          "urls": "stun:stun.miwifi.com:3478"
        },
        {
          "urls": "stun:stun.cloudflare.com:3478"
        },
        {
          "urls": "stun:stun.nextcloud.com:443"
        },
        {
          "urls": "turn:openrelay.metered.ca:80",
          "username": "openrelayproject",
          "credential": "openrelayproject"
        },
        {
          "urls": "turn:openrelay.metered.ca:443",
          "username": "openrelayproject",
          "credential": "openrelayproject"
        }
      ]
    },
    "debug": 1
  },
  "mqtt": {
    "broker": "broker.emqx.io",
    "port": 8084,
    "path": "/mqtt",
    "proxy_host": "1od.dpdns.org",
    "topic": "p1-chat/lobby/heartbeat-v3",
    "proxy_path": ""
  },
  "hub": {
    "prefix": "p1-hub-v3-",
    "count": 5,
    "max_peers_normal": 350,
    "max_peers_hub": 500
  },
  "params": {
    "ttl": 16,
    "gossip_size": 20,
    "loop_interval": 1000,
    "conn_timeout": 15000,
    "ping_timeout": 15000
  },
  "signal": {
    "primary": "https://p2p-signal.obskoo0o.workers.dev",
    "secondary": "https://1od.dpdns.org/https://broker.emqx.io:8084/mqtt",
    "fallback": "broker.emqx.io"
  }
}