Skip to content

Commit 09e0a59

Browse files
committed
Fix mongo example
1 parent 8beb52e commit 09e0a59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/mongodb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async fn main(){
4141
let mongodb_params = to_secret_map(HashMap::from([
4242
(
4343
"connection_string".to_string(),
44-
"mongodb://root:password@localhost:27017/mongo_db?authSource=admin&tls=true".to_string(),
44+
"mongodb://root:password@localhost:27017/mongo_db?authSource=admin&tls=false".to_string(),
4545
),
4646
]));
4747

0 commit comments

Comments
 (0)