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