UNPKG

aics

Version:
13 lines (11 loc) 204 B
config = {}; if (process.env.DEBUG == 0) { config = { "host": "http://59.110.64.77:3000" } } else { config = { "host": "http://localhost:8081" } } module.exports = config