aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-14 02:02:53 +0000
committerKumar Damani <kumar.damani@mail.utoronto.ca>2019-03-14 02:02:53 +0000
commitdadc8489761294dc67edc89d553395512c697c40 (patch)
tree18fb6f35b4139ef96e1cab4e620b788619f737bf /web
parentebf712a209964b7a55736f4281a12d05bff3ab35 (diff)
added evn urls for prod, and mobile
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 6b81ea4..aa2e75b 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_devel?retryWrites=true'
} else {
// for qa and production set it on heroku config vars
uri = process.env.MONGODB_URI