Hello to MongoDB community.
I am newbie in using the official Mongo Scala/Java driver. I just want to know if there is a way for the MongoClient to read a configuration file where properties can be conveniently set instead of manually concatenating query params in the connection string? I have checked the documentation and tutorial from https://mongodb.github.io but I could not find something similar to what I want.
Thanks in advance.