-const PORT = 8000;
+const PORT = process.env.JUNCTION_PORT || 8000;
const express = require('express');
const http = require('http');
console.log(`[RELAY_SESSION_DESCRIPTION] Session description for client ${me} has been relayed to all peers`);
});
-});
\ No newline at end of file
+});