The meteor command provides a clean way. To get the URL for the running mongod:
meteor mongo -U
which you can parse from python.
The meteor command provides a clean way. To get the URL for the running mongod:
meteor mongo -U
which you can parse from python.