mongodb-js / runner

Start all mongodb deployment types for testing
Apache License 2.0
89 stars 15 forks source link

how to change mongodb bind_ip #153

Open lybaiyy123 opened 5 years ago

lybaiyy123 commented 5 years ago

i hava a remote server, but the mongodb Local Address is 127.0.0.1:27017 i want change it to 0.0.0.0:27017 ,allow my dev app use it can you tell me how to change it ? ![Uploading QQ截图20190717123747.png…]()

lybaiyy123 commented 5 years ago

oh,thanks,i fixed it add the 'bind_ip' to work.js and index.js