feat: change env link

This commit is contained in:
夜鹰 2022-09-09 12:21:07 +08:00
parent 5e665267df
commit c9da6cb836
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ export const APP_CONFIG = Object.assign(
{
production: false,
environment: 'DEV',
SOCKETIO_URL: 'ws://localhost:4301',
SOCKETIO_URL: 'ws://106.12.149.147:4301',
},
COMMON_CONFIG
);

View File

@ -3,7 +3,7 @@ export const APP_CONFIG = Object.assign(
{
production: false,
environment: 'WEB',
SOCKETIO_URL: 'ws://localhost:4301',
SOCKETIO_URL: 'ws://106.12.149.147:4301',
},
COMMON_CONFIG
);