chore:/update fallback port
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = {
|
||||
cwd: __dirname,
|
||||
env: {
|
||||
NODE_ENV: 'production',
|
||||
PORT: process.env.PORT || 3001,
|
||||
PORT: process.env.PORT || 3010,
|
||||
API_UPSTREAM: process.env.API_UPSTREAM || 'http://127.0.0.1:6000',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user