mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-07 15:51:27 +03:00
MongoDB is no longer the default in config, this will just be set through the docker-compose.yml
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Database": {
|
"Database": {
|
||||||
"use_local_db": false,
|
"use_local_db": true,
|
||||||
"mongodb_connection_string": "mongodb://127.0.0.1:27017/?compressors=zlib"
|
"mongodb_connection_string": "mongodb://127.0.0.1:27017/?compressors=zlib"
|
||||||
},
|
},
|
||||||
"Advanced": {
|
"Advanced": {
|
||||||
|
|||||||
Reference in New Issue
Block a user