Skip to content

Commit

Permalink
Added mongo atlas uri
Browse files Browse the repository at this point in the history
  • Loading branch information
pablisch committed Jun 29, 2023
1 parent 7a2222a commit 3a706db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/bin/www
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
/**
* Module dependencies.
*/
// comment out the line below if there is no .env file and a local database connection is being used
// comment out the line below if there is no mongoUri.js file and a local database connection is being used
const mongoURI = require('../mongoUri')


var app = require("../app");
Expand Down

0 comments on commit 3a706db

Please sign in to comment.