-
Notifications
You must be signed in to change notification settings - Fork 2k
Add comment to remind change for mongo replicaset connection (clean branch source) #1696
Add comment to remind change for mongo replicaset connection (clean branch source) #1696
Conversation
This reverts commit ff00ec9.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please fix the indentation so they are as original?
Thanks @PierreBrisorgueil, I left a small comment if you can fix it I'll merge the PR. |
done, don't find how you configure your beautify :p |
LGTM. @lirantal I restarted the build, as I think changes you made recently have fixed the problem with Travis builds. If it passes, this should be ready. |
@lirantal The build is still failing. I think this change can be merged in regardless. Otherwise, we'd have to ask Pierre to rebase, but that seems unnecessary to me. |
Agree, it's a comment change and we can definitely push, thanks @mleanos for triaging it. |
Just add a quick comment, in order to remind to update configuration file if you try to connect your production to a cluster of mongo server.
server: { ssl: true, sslValidate: false, ....
must be
replset: { ssl: true, sslValidate: false, ....