Closed NicolasRitouet closed 7 years ago
Hi, I'd like to tackle that one.
Great, go ahead. 👍
Le sam. 29 juil. 2017 à 13:20, John Scetinin notifications@github.com a écrit :
Hi, I'd like to tackle that one.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/deployd/deployd-cli/issues/20#issuecomment-318822958, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMhTjjK7t0SBdp2JDtGw8qcCHHn-Svwks5sSxVlgaJpZM4Ok7mp .
Currently, when the user doesn't specify the mongodb port, deployd will pick a random one (due to legacy reason).
Instead, we'd like to use the default MongoDB port (27017).
Todo
generatePort
is not needed anymore (https://github.com/deployd/deployd-cli/blob/master/lib/cli/start.js#L176-L179)27017
): https://github.com/deployd/deployd-cli/blob/master/lib/cli/start.js#L34