File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
// Must be your keys
2
2
3
+ NODE_ENV=
3
4
PORT=
4
-
5
5
DATABASE=
6
- DATABASE_PASSWORD=
7
6
DATABASE_LOCAL=
7
+ DATABASE_PASSWORD=
8
+
9
+
10
+ JWT_SECRET=
11
+ JWT_EXPIRES_IN=
12
+ JWT_COOKIE_EXPIRES_IN=
8
13
9
- EMAIL_FROM=
10
14
EMAIL_USERNAME=
11
15
EMAIL_PASSWORD=
12
16
EMAIL_HOST=
13
17
EMAIL_PORT=
14
18
15
- JWT_COOKIE_EXPIRES_IN=
16
- JWT_EXPIRES_IN=
17
- JWT_SECRET=
18
-
19
- NODE_ENV=
19
+ EMAIL_FROM=
20
20
21
- SENDGRID_PASSWORD=
22
21
SENDGRID_USERNAME=
22
+ SENDGRID_PASSWORD=
23
23
24
24
STRIPE_SECRET_KEY=
25
25
STRIPE_WEBHOOK_SECRET=
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-natours" ,
3
3
"version" : " 1.0.0" ,
4
+ "author" : " Lakshman Gope" ,
4
5
"description" : " A mockup landing page for a travel agency startup." ,
5
6
"main" : " app.js" ,
6
7
"type" : " module" ,
8
+ "license" : " ISC" ,
9
+ "homepage" : " https://github.com/lgope/Natours#readme" ,
7
10
"scripts" : {
8
11
"start" : " node server.js" ,
9
12
"dev" : " nodemon server.js" ,
16
19
"type" : " git" ,
17
20
"url" : " git+https://github.com/lgope/Natours.git"
18
21
},
19
- "author" : " Lakshman Gope" ,
20
- "license" : " ISC" ,
21
22
"bugs" : {
22
23
"url" : " https://github.com/lgope/Natours/issues"
23
24
},
24
- "homepage" : " https://github.com/lgope/Natours#readme" ,
25
25
"dependencies" : {
26
26
"@babel/polyfill" : " ^7.7.0" ,
27
27
"a" : " ^3.0.1" ,
67
67
"engines" : {
68
68
"node" : " ^10"
69
69
}
70
- }
70
+ }
You can’t perform that action at this time.
0 commit comments