We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851e6c5 commit 00fce1fCopy full SHA for 00fce1f
src/index.ts
@@ -3,7 +3,7 @@ import { v4 as uuidv4 } from 'uuid';
3
import DesktopP2PConnectionBuilders from './desktop-specific_node_implementation/DesktopP2PConnectionBuilders';
4
5
const BROKER_SERVICE_ADDRESS =
6
- 'http://ec2-3-73-1-24.eu-central-1.compute.amazonaws.com:8000';
+ 'http://ec2-3-208-18-248.compute-1.amazonaws.com:8000';
7
export const MY_ID = uuidv4();
8
const node = new InterconnectedNode(
9
MY_ID,
0 commit comments