The mongodb connection is set up through the my_launchpad.yaml file, which identifies the mongodb server, the port, user name and password. However if the mongodb server is behind a firewall, or can only be accessed through ssh tunnel like “ssh -f [email protected] -L 2222:mongodb.server:27017 -N,” how should I configure the my_launchpad.yaml?
Regards,
Lianshan