From 8940ca3d585dfab577dfb6254840db73dee4d1de Mon Sep 17 00:00:00 2001 From: Saku <67262050+saku-bruh@users.noreply.github.com> Date: Wed, 3 Aug 2022 02:59:53 +0300 Subject: [PATCH] Add correct adress to Config.ts (#23) --- src/util/Config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/Config.ts b/src/util/Config.ts index 66d8652..2eb2548 100644 --- a/src/util/Config.ts +++ b/src/util/Config.ts @@ -7,7 +7,7 @@ const DEFAULT_CONFIG = { VERBOSE_LEVEL: 1, // MongoDB - MONGO_URI: "mongodb://localhost:27017/crepesr", + MONGO_URI: "mongodb://0.0.0.0:27017/crepesr", // HTTP HTTP: { @@ -82,4 +82,4 @@ export default class Config { } = Config.config.GAMESERVER; private constructor() { } -} \ No newline at end of file +}