Skip to content

Commit 00fce1f

Browse files
committed
changed BROKER_SERVICE_ADDRESS
1 parent 851e6c5 commit 00fce1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { v4 as uuidv4 } from 'uuid';
33
import DesktopP2PConnectionBuilders from './desktop-specific_node_implementation/DesktopP2PConnectionBuilders';
44

55
const BROKER_SERVICE_ADDRESS =
6-
'http://ec2-3-73-1-24.eu-central-1.compute.amazonaws.com:8000';
6+
'http://ec2-3-208-18-248.compute-1.amazonaws.com:8000';
77
export const MY_ID = uuidv4();
88
const node = new InterconnectedNode(
99
MY_ID,

0 commit comments

Comments
 (0)