Add correct adress to Config.ts (#23)

This commit is contained in:
Saku 2022-08-03 02:59:53 +03:00 committed by GitHub
parent 75065c9be6
commit 8940ca3d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {