config.js 231 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 // prod // const baseUrl_api = 'https://research.wtwuxicenter.com/'; // staging const baseUrl_api = "http://192.168.1.97:8787"; const fileUrl_api = "http://192.168.1.11:8787"; export default { baseUrl_api,fileUrl_api }