mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-02 03:38:03 +08:00
feat: change env link
This commit is contained in:
parent
5e665267df
commit
c9da6cb836
@ -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
|
||||
);
|
||||
|
@ -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
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user