Have the option to override mongo db name
Currently mongo db takes it's database name from the containing folder. Our repo naming conventions contain a period which mongo does not accept.
Our workaround was the best the project in a middle folder to handle this but that is a break from our processes. Having a environmental variable or something similar to override the mongo db name would be very useful.