index.js 259 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 module.exports = { mockApi: 'http://mock.simonfungc.com', Dev: { baseApi: 'https://dev-api.xxx.com' }, Test: { baseApi: 'https://test-api.xxx.com' }, Slave: { baseApi: 'https://slave-api.xxx.com' }, Prod: { baseApi: 'https://api.xxx.com' } }