From db2ecbdb04cdb16debac21ac104af0347a880c7b Mon Sep 17 00:00:00 2001 From: "Lemuel H. Marquez Rosas" Date: Tue, 8 Sep 2020 20:23:55 -0500 Subject: [PATCH] server de pruebas primera vez --- nuxt.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index b397005..f0c8912 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -1,5 +1,5 @@ export default { - server: { port: 3000 }, + server: { port: 4200 }, mode: 'spa', target: 'server', head: { @@ -23,7 +23,8 @@ export default { build: {}, env: { // api: "http://localhost:3000" - api: 'https://edb8f6f9b43d.ngrok.io', + // api: 'https://f856b4d485e1.ngrok.io', + api: 'https://venus.acatlan.unam.mx/pruebas_pcpuma', // api: "http://" }, }