10 lines
242 B
JavaScript
10 lines
242 B
JavaScript
// const DEV_BASE_URL = 'ws://localhost:8082'
|
|
// const DEV_BASE_URL = "ws://123.60.170.219:8082";
|
|
|
|
|
|
//const DEV_BASE_URL = "ws://1.92.85.51:8080";
|
|
const DEV_BASE_URL = "ws://156.238.240.18:8081";
|
|
export default {
|
|
BASE_API: DEV_BASE_URL,
|
|
};
|