See previous commit, MongoDB is no longer on by default for all installs

This commit is contained in:
Tzahi12345
2021-08-01 06:24:47 -06:00
committed by GitHub
parent ec3ab17507
commit c8f219d5b0

View File

@@ -232,7 +232,7 @@ DEFAULT_CONFIG = {
}
},
"Database": {
"use_local_db": false,
"use_local_db": true,
"mongodb_connection_string": "mongodb://127.0.0.1:27017/?compressors=zlib"
},
"Advanced": {