diff options
| author | ivanshen <iwshen11@gmail.com> | 2019-03-05 21:39:35 +0000 |
|---|---|---|
| committer | ivanshen <iwshen11@gmail.com> | 2019-03-05 21:39:35 +0000 |
| commit | 3b36b1ad459ee739a87a32a18bb5846770125bec (patch) | |
| tree | 259c5173be1992fdcf053d80fdcccb200c4bc903 /web/app.js | |
| parent | 9f5447a54ba8bbbcc271035d180822efedce6670 (diff) | |
modularize plot points
Diffstat (limited to 'web/app.js')
| -rw-r--r-- | web/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') { |
