diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-09-02 18:00:28 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-09-02 18:00:28 -0600 |
commit | c370d02ed7c705fc8352ec3aac6c3d82091fb5ce (patch) | |
tree | 9cbccd4feabc9e845066ab3194796be43f799e86 /server/src/constants.ts | |
parent | 19bea535ece0b76a640ab24f69a05ed61f4d9670 (diff) | |
download | jumpstorm-c370d02ed7c705fc8352ec3aac6c3d82091fb5ce.tar.gz jumpstorm-c370d02ed7c705fc8352ec3aac6c3d82091fb5ce.zip |
update port & host
Diffstat (limited to 'server/src/constants.ts')
-rw-r--r-- | server/src/constants.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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'; |