15 lines
287 B
JavaScript
15 lines
287 B
JavaScript
const config = {
|
|
//ngrok
|
|
//api: "https://f8d86328e778.ngrok.io"
|
|
|
|
//Local
|
|
//api: "http://localhost:3000"
|
|
|
|
//Pruebas
|
|
//api: "https://venus.acatlan.unam.mx/portal"
|
|
|
|
//Produccion
|
|
api: "https://venus.acatlan.unam.mx/portal_editorial"
|
|
};
|
|
module.exports = config;
|