File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ export default {
33 MONGOOSE_DEBUG : true ,
44 jwtSecret : '0a6b944d-d2fb-46fc-a85e-0295c986cd9f' ,
55 db : 'mongodb://localhost/express-mongoose-es6-rest-api-development' ,
6- port : 3000
6+ port : 4040
77} ;
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ export default {
22 env : 'production' ,
33 jwtSecret : '0a6b944d-d2fb-46fc-a85e-0295c986cd9f' ,
44 db : 'mongodb://localhost/express-mongoose-es6-rest-api-production' ,
5- port : 3000
5+ port : 4040
66} ;
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ export default {
22 env : 'test' ,
33 jwtSecret : '0a6b944d-d2fb-46fc-a85e-0295c986cd9f' ,
44 db : 'mongodb://localhost/express-mongoose-es6-rest-api-test' ,
5- port : 3000
5+ port : 4040
66} ;
Original file line number Diff line number Diff line change 4444 "cors" : " 2.8.1" ,
4545 "debug" : " ^2.2.0" ,
4646 "express" : " 4.14.0" ,
47- "express-jwt" : " 3.4 .0" ,
47+ "express-jwt" : " 5.1 .0" ,
4848 "express-validation" : " 1.0.1" ,
4949 "express-winston" : " 2.0.0" ,
5050 "helmet" : " 2.3.0" ,
You can’t perform that action at this time.
0 commit comments