From 7eedfcc6cf362af8c7363809d50e64d0aa636464 Mon Sep 17 00:00:00 2001 From: Pierre Brisorgueil Date: Thu, 20 Apr 2017 21:53:01 +0200 Subject: [PATCH] chore(documentation): add comment to remind change for mongo replicaset connection * fix(users): test for usernameOrEmail * Add comment to remind change for mongo replicaset connection * clean comment .. * Generic pageTitle concept * Revert "Generic pageTitle concept" This reverts commit ff00ec950f085ca3b6d1abb564eab1965ab0a56e. * align on meanjs state * comment to remember replicaset connexion * fix atom beautify newline * clean --- config/env/production.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/env/production.js b/config/env/production.js index f37f36b162..c1124b0815 100644 --- a/config/env/production.js +++ b/config/env/production.js @@ -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,