This commit is contained in:
Marco
2022-05-19 11:38:43 -05:00
+3 -3
View File
@@ -2,7 +2,7 @@ export default {
ssr: false,
/* Server de pruebas */
// server: { port: },
server: { port: 8080 },
server: { port: 3166 },
target: 'static',
head: {
title: 'nuxt_buefy',
@@ -24,9 +24,9 @@ export default {
axios: {},
build: {},
env: {
api: "http://localhost:3000",
// api: "http://localhost:3000",
// api: "https://890af9d598a4.ngrok.io"
// api: "https://venus.acatlan.unam.mx/pruebas",
api: "https://venus.acatlan.unam.mx/premiaciones_test",
// api: "https://venus.acatlan.unam.mx/produccion",
},
}