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,
|
VERBOSE_LEVEL: 1,
|
||||||
|
|
||||||
// MongoDB
|
// MongoDB
|
||||||
MONGO_URI: "mongodb://localhost:27017/crepesr",
|
MONGO_URI: "mongodb://0.0.0.0:27017/crepesr",
|
||||||
|
|
||||||
// HTTP
|
// HTTP
|
||||||
HTTP: {
|
HTTP: {
|
||||||
|
Loading…
Reference in New Issue
Block a user