diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-04-18 23:38:26 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-18 23:38:26 +0000 |
| commit | 2556455ab286d7ceb5cefbb081cc8e2c6ca5cb73 (patch) | |
| tree | 8a93fd4d774c3d42abc404213ef565531350398b /web/app.js | |
| parent | 52ce47b39b053934189120d5c0686f9c8a71b29a (diff) | |
| parent | 750db994aaba6af8205ce62d4e05de19aaa508f6 (diff) | |
Merge pull request #73 from csc301-winter-2019/web-homepage
updated readmes, removed db url link
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 |
