2020-08-12 01:52:56 -05:00
|
|
|
const config = {
|
2020-08-22 16:24:02 -05:00
|
|
|
//ngrok
|
2020-08-24 13:59:21 -05:00
|
|
|
//api: "https://f8d86328e778.ngrok.io"
|
2020-08-24 13:07:38 -05:00
|
|
|
|
2020-08-22 16:24:02 -05:00
|
|
|
//Local
|
|
|
|
|
//api: "http://localhost:3001"
|
|
|
|
|
|
|
|
|
|
//Pruebas
|
2020-08-24 13:59:21 -05:00
|
|
|
api: "https://venus.acatlan.unam.mx/portal"
|
2020-08-12 01:52:56 -05:00
|
|
|
};
|
|
|
|
|
module.exports = config;
|