Skip to content
This repository was 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
1 change: 1 addition & 0 deletions config/env/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = {
* Uncomment to enable ssl certificate based authentication to mongodb
* servers. Adjust the settings below for your specific certificate
* setup.
* for connect to a replicaset, rename server:{...} to replset:{...}
server: {
ssl: true,
sslValidate: false,
Expand Down