module.exports = { LOCAL: { URL_PREFIX: 'http://110.11.11.11:8080/earth-api', }, DEV: { URL_PREFIX: 'http://110.11.11.11:8080/earth-api', }, TEST: { URL_PREFIX: 'http://110.11.11.11:8080/earth-api', }, PRE: { URL_PREFIX: 'http://110.11.11.11:8080/earth-api', }, PROD: { URL_PREFIX: 'https://110.11.11.11:8080/earth-api', } }