From c370d02ed7c705fc8352ec3aac6c3d82091fb5ce Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 2 Sep 2023 18:00:28 -0600 Subject: update port & host --- server/src/constants.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'server/src/constants.ts') diff --git a/server/src/constants.ts b/server/src/constants.ts index 2968d3a..11b8c75 100644 --- a/server/src/constants.ts +++ b/server/src/constants.ts @@ -1,4 +1,5 @@ export namespace Constants { + export const HOST = '0.0.0.0'; export const SERVER_PORT = 8080; export const SERVER_TICK_RATE = (1 / 120) * 1000; export const GAME_TOPIC = 'game'; -- cgit v1.2.3-70-g09d2