config.js 173 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.118:8080"; export default { baseUrl_api };