const config = {
//ngrok
api: "https://f8d86328e778.ngrok.io"
//Local
//api: "http://localhost:3001"
//Pruebas
//api: "Por definir"
};
module.exports = config;