Files
PortaFront/src/config/config.js
T

15 lines
287 B
JavaScript
Raw Normal View History

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
2021-01-08 13:10:23 -06:00
//api: "http://localhost:3000"
2020-08-22 16:24:02 -05:00
//Pruebas
2021-01-19 16:00:12 -06:00
//api: "https://venus.acatlan.unam.mx/portal"
2020-11-09 22:07:26 -06:00
//Produccion
2021-01-19 16:00:12 -06:00
api: "https://venus.acatlan.unam.mx/portal_editorial"
2020-08-12 01:52:56 -05:00
};
module.exports = config;