aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorIvan Shen <iwshen11@gmail.com>2019-03-05 21:38:48 +0000
committerGitHub <noreply@github.com>2019-03-05 21:38:48 +0000
commitb70aaf5168dd60da1d4087962b7250d584b0936f (patch)
treea7a318475d17838bcf6c43c9c5317f3372266a15 /web
parent3b36b1ad459ee739a87a32a18bb5846770125bec (diff)
Comment out prod db
Diffstat (limited to 'web')
-rw-r--r--web/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app.js b/web/app.js
index 1bb97d8..9d6e9d0 100644
--- a/web/app.js
+++ b/web/app.js
@@ -26,7 +26,7 @@ var uri;
if (env === 'development') {
uri = 'mongodb://localhost:27017/helpthehome'
// use for small testing only if really necessary
- uri = 'mongodb+srv://development:dreamteam@cluster0-krnr4.mongodb.net/helpthehome?retryWrites=true'
+ // uri = 'mongodb+srv://development:dreamteam@cluster0-krnr4.mongodb.net/helpthehome?retryWrites=true'
} else if (env === 'qa') {
uri = process.env.MONGODB_URI
} else if (env === 'production') {