aboutsummaryrefslogtreecommitdiff
path: root/web/app.js
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-18 23:37:12 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-04-18 23:37:12 +0000
commit750db994aaba6af8205ce62d4e05de19aaa508f6 (patch)
tree86cddf17baa1934bb462eb2d035f5dac59d98c66 /web/app.js
parent5e4bcf6cf9aabe46d544db8c56f33fb08543cc49 (diff)
updated readmes, removed db url link
Diffstat (limited to 'web/app.js')
-rw-r--r--web/app.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/app.js b/web/app.js
index aa2e75b..d2831a9 100644
--- a/web/app.js
+++ b/web/app.js
@@ -25,8 +25,6 @@ var env = process.env.NODE_ENV || 'development';
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_devel?retryWrites=true'
} else {
// for qa and production set it on heroku config vars
uri = process.env.MONGODB_URI