There was an error while loading. Please reload this page.
1 parent 8beb52e commit 09e0a59Copy full SHA for 09e0a59
1 file changed
examples/mongodb.rs
@@ -41,7 +41,7 @@ async fn main(){
41
let mongodb_params = to_secret_map(HashMap::from([
42
(
43
"connection_string".to_string(),
44
- "mongodb://root:password@localhost:27017/mongo_db?authSource=admin&tls=true".to_string(),
+ "mongodb://root:password@localhost:27017/mongo_db?authSource=admin&tls=false".to_string(),
45
),
46
]));
47
0 commit comments