Commit 7235931554dae18ea041a421a2bb1b2398f59196
1 parent
7b964f5eec
Exists in
master
and in
3 other branches
chage port
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/index.js
... | ... | @@ -16,7 +16,7 @@ module.exports = { |
16 | 16 | |
17 | 17 | // Various Dev Server settings |
18 | 18 | host: '0.0.0.0', // can be overwritten by process.env.HOST |
19 | - port: 6000, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined | |
19 | + port: 4000, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined | |
20 | 20 | autoOpenBrowser: false, |
21 | 21 | errorOverlay: true, |
22 | 22 | notifyOnErrors: true, | ... | ... |