File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ typings/
6969.yarn-integrity
7070
7171# dotenv environment variables file
72- # .env # committing `.env` files in this case for demonstration
72+ .env
7373.env.test
7474
7575# parcel-bundler cache (https://parceljs.org/)
Original file line number Diff line number Diff line change 11ENV = ' development'
2- PORT = 3000
3- BASE_URL = ' http://localhost:3000' ,
4- MONGODB_URI = ' mongodb+srv://<dbUser>:<dbUserPassword> @cluster0.2exue.mongodb.net/<dbname> ?retryWrites=true&w=majority'
2+ PORT = 4000
3+ BASE_URL = ' http://localhost:3000'
4+ MONGODB_URI = ' mongodb+srv://api_user:GottAPIUser88! @cluster0.2exue.mongodb.net/restify-jwt ?retryWrites=true&w=majority'
55JWT_SECRET = ' api_jwt_secret'
Original file line number Diff line number Diff line change 1+ ENV = ' development'
2+ PORT = 3000
3+ BASE_URL = ' http://localhost:3000' ,
4+ MONGODB_URI = ' mongodb+srv://<dbUser>:<dbUserPassword>@cluster0.2exue.mongodb.net/<dbname>?retryWrites=true&w=majority'
5+ JWT_SECRET = ' api_jwt_secret'
You can’t perform that action at this time.
0 commit comments