diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-04-23 01:35:03 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-04-23 01:35:03 +0000 |
| commit | bc55c117d22ee4c59d983a0d0cad283f567c4d92 (patch) | |
| tree | 98d84f48de10aaafe89d8c9afcb3285bea590367 /web/app.js | |
| parent | 2ed2b0d01b9207b6c5003fe083238720a8409962 (diff) | |
| parent | f5d81a36b4869ad0f91aa97451cbbc26004889d6 (diff) | |
Merge branch 'web-homepage' into 'master'
Web homepage
See merge request kdam0/helpthehomeless!1
Diffstat (limited to 'web/app.js')
| -rw-r--r-- | web/app.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |
