config.js 438 Bytes
// prod
// const baseUrl_api = 'https://research.wtwuxicenter.com/';


// staging
const baseUrl_api = "http://192.168.1.118:6688";
// const baseUrl_api = "http://123.60.96.243:6688";
// const baseUrl_api = "http://121.4.115.48:27001/jsintszxd/request";
const appSecretId = 'af14ef3f-ebec-446c-8d1f-c4afa60dd095';
const localPort = localStorage.getItem('localPort')

export default {
	localPort,
	baseUrl_api,
	appSecretId
}