MongoDB is no longer the default in config, this will just be set through the docker-compose.yml

pull/413/head
Tzahi12345 4 years ago committed by GitHub
parent 5124e3b333
commit ec3ab17507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save