Skip to content

Commit

Permalink
feat: changing .env.example to run from local mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoswca committed Oct 29, 2019
1 parent 06113fc commit 4f83391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ NODE_ENV=development
PORT=3000
JWT_SECRET=bA2xcjpf8y5aSUFsNB2qN5yymUBSs6es3qHoFpGkec75RCeBb8cpKauGefw5qy4
JWT_EXPIRATION_MINUTES=15
MONGO_URI=mongodb://mongodb:27017/express-rest-es2017-boilerplate
MONGO_URI_TESTS=mongodb://mongodb:27017/express-rest-es2017-boilerplate
MONGO_URI=mongodb://localhost:27017/express-rest-es2017-boilerplate
MONGO_URI_TESTS=mongodb://localhost:27017/express-rest-es2017-boilerplate

0 comments on commit 4f83391

Please sign in to comment.