Add correct adress to Config.ts (#23)
This commit is contained in:
parent
75065c9be6
commit
8940ca3d58
@ -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() { }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user