This commit is contained in:
Lemuel Márquez
2023-07-25 16:24:00 -06:00
parent 5fd99341d3
commit a3e85f5a76
+4 -4
View File
@@ -1,7 +1,7 @@
export default {
/* Server de pruebas */
// server: { port: 3016 },
server: { port: 8080 },
server: { port: 3016 },
// server: { port: 8080 },
ssr: false,
target: 'static',
head: {
@@ -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/ss-pruebas',
api: 'https://venus.acatlan.unam.mx/ss-pruebas',
// api: 'https://venus.acatlan.unam.mx/serviciosocial',
},
}