module.exports = {
envs : {
EV_SANDBOX : "sandbox",
EV_HOMOLOG : "homolog",
EV_PRODUCTION : "production",
},
endpoints : {
sandbox : "https://api-sandbox.getnet.com.br",
homolog : "https://api-homologacao.getnet.com.br",
production : "https://api.getnet.com.br",
}
};