Skip to content

Commit

Permalink
updating newrelic, adding configurable mongo uri
Browse files Browse the repository at this point in the history
  • Loading branch information
btouellette committed Oct 17, 2016
1 parent 2ef42a5 commit 672f95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/c9.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ process.env.FACEBOOK_CALLBACK = 'https://concarneau-c9-btouellette.c9.io/auth/fa
process.env.TWITTER_CALLBACK = 'https://concarneau-c9-btouellette.c9.io/auth/twitter/callback';
process.env.GOOGLE_CALLBACK = 'https://concarneau-c9-btouellette.c9.io/auth/google/callback';

process.env.MONGOLAB_URI = 'mongodb:https://' + process.env.IP + '/concarneau_db';
process.env.MONGOLAB_URI = argv.MONGOLAB_URI || 'mongodb:https://' + process.env.IP + '/concarneau_db';

process.env.SOCKET_URL = 'https://concarneau-c9-btouellette.c9.io';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"long-stack-traces": "^0.1.2",
"mongoose": "~4.1.6",
"moniker": "~0.1.2",
"newrelic": "^1.30.4",
"newrelic": "^1.31.0",
"nodemailer": "^2.5.0",
"nodemailer-smtp-transport": "^2.5.0",
"passport": "~0.2.0",
Expand Down

0 comments on commit 672f95d

Please sign in to comment.