leo
06/09/2023, 1:51 AMalexander_butler
06/09/2023, 8:14 AMmongo
is a mapping that allows you to pass any kwargs directly to pymongo
The host
argument is what you are looking for.
config:
mongo:
host: mongodb://<user>:<password>@atlas-online-archive-<not-needed>.<http://a.query.mongodb.net:27017/<database|a.query.mongodb.net:27017/<database>>
authSource: admin
tls: true
You can put kwargs directly in the mapping like this but in the string is fine too.