index.js 283 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 const config = { dev: { axiosBaseUrl: 'http://192.168.103.73:8080', axiosResponseType: 'json', }, production: { axiosBaseUrl: 'http://192.168.103.73:8080', axiosResponseType: 'json', } }; export default config[process.env.NODE_ENV];