04f46b2f by Jabis Sevón

roomname

1 parent 34c50db8
......@@ -16,7 +16,7 @@ const http = require("http");
const https = require("https");
const WebSocket = require("ws");
let debug = process.env.DEBUG || true;
let relaypeers = process.env.RELAY || 'https://mg.rig.airfaas.com/';
let relaypeers = process.env.RELAY || 'https://rtc.rig.airfaas.com/';
let config = {};
if(debug) console.log(SEA, Gun.SEA);
config.options = {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!