Skip to content

Commit 6244076

Browse files
authored
Merge pull request #99 from KunalKapadia/develop
Update dependencies and Moved to port 4040 from 3000
2 parents a51494f + e582eb7 commit 6244076

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

config/env/development.js

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

config/env/production.js

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

config/env/test.js

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
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",

0 commit comments

Comments
 (0)