Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Add comment to remind change for mongo replicaset connection (clean branch source) #1696

Merged
merged 14 commits into from
Apr 20, 2017
Merged

Add comment to remind change for mongo replicaset connection (clean branch source) #1696

merged 14 commits into from
Apr 20, 2017

Conversation

PierreBrisorgueil
Copy link
Contributor

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, ....

@lirantal lirantal self-assigned this Jan 6, 2017
@lirantal lirantal self-requested a review January 6, 2017 14:24
Copy link
Member

@lirantal lirantal left a 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?

@lirantal
Copy link
Member

lirantal commented Jan 6, 2017

Thanks @PierreBrisorgueil, I left a small comment if you can fix it I'll merge the PR.

@PierreBrisorgueil
Copy link
Contributor Author

done, don't find how you configure your beautify :p
my javascript beautify add this indentation automatically

@mleanos
Copy link
Member

mleanos commented Apr 20, 2017

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.

@mleanos
Copy link
Member

mleanos commented Apr 20, 2017

@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.

@lirantal
Copy link
Member

Agree, it's a comment change and we can definitely push, thanks @mleanos for triaging it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants