I have a client specific mongodb database. We have a node js based web app which is hosted on bluemix. I need to establish a connection between this web app and my client specific mongodb.
For which I think we need two things:
1) Client proxy details added in the code I push to the bluemix
2) Firewall tunnel established between the mongodb and the webapp.
I need help on how we can give proxy options to the function: mongoclient.connect(). The web search din't help. I am using mongodb package in nodejs.
Similar questions have been already asked but not answered.