From ec3ab17507c97ced0fda8377eb0a3ed726faacfc Mon Sep 17 00:00:00 2001 From: Tzahi12345 Date: Sun, 1 Aug 2021 06:23:27 -0600 Subject: [PATCH] MongoDB is no longer the default in config, this will just be set through the docker-compose.yml --- backend/appdata/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/appdata/default.json b/backend/appdata/default.json index 5c2ba9c..b5d6b52 100644 --- a/backend/appdata/default.json +++ b/backend/appdata/default.json @@ -55,7 +55,7 @@ } }, "Database": { - "use_local_db": false, + "use_local_db": true, "mongodb_connection_string": "mongodb://127.0.0.1:27017/?compressors=zlib" }, "Advanced": {