Skip to content

Commit c2fed4a

Browse files
committed
Minor Update
1 parent 1ae0834 commit c2fed4a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/)

API_MongoDB_Atlas/.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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'
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'
55
JWT_SECRET = 'api_jwt_secret'

API_MongoDB_Atlas/.env.sample

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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'

0 commit comments

Comments
 (0)