incio del proyecto

This commit is contained in:
2021-01-20 03:18:47 -06:00
parent 5fc61d082f
commit ca7550bf79
5 changed files with 104 additions and 57 deletions
+15
View File
@@ -0,0 +1,15 @@
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;