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 +}