Skip to content

Commit

Permalink
Updated versions to new mongo db v4.2 for new back-end service in pro…
Browse files Browse the repository at this point in the history
…duction.
  • Loading branch information
JangoSteve committed Dec 11, 2020
1 parent e865b0c commit 35ff0fa
Show file tree
Hide file tree
Showing 3 changed files with 1,285 additions and 3 deletions.
1 change: 0 additions & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
web: node app.js
mongo: mongod
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
development:
db:
uri: "mongodb://localhost/client_dashboard_dev"
uri: "mongodb://localhost/client_dashboard_restore"
app_secret: 'my app secret'
useSSL: false
staging:
Expand Down
Loading

0 comments on commit 35ff0fa

Please sign in to comment.