Skip to content

Commit 4d0615f

Browse files
committed
#RI-781 - return 5000 port
1 parent e3191f6 commit 4d0615f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configs/webpack.config.web.dev.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export default merge(commonConfig, {
183183
NODE_ENV: 'development',
184184
APP_ENV: 'web',
185185
API_PREFIX: 'api',
186-
API_PORT: '5001',
186+
API_PORT: '5000',
187187
BASE_API_URL: `http://${require('os').hostname()}`,
188188
RESOURCES_BASE_URL: `http://${require('os').hostname()}`,
189189
SCAN_COUNT_DEFAULT: '500',

configs/webpack.config.web.prod.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default merge(commonConfig, {
4646
new webpack.EnvironmentPlugin({
4747
NODE_ENV: 'production',
4848
APP_ENV: 'web',
49-
API_PORT: '5001',
49+
API_PORT: '5000',
5050
API_PREFIX: '',
5151
BASE_API_URL: 'api/',
5252
RESOURCES_BASE_URL:

0 commit comments

Comments
 (0)