Explorar el Código

fix temp do ip backend

Gustavo Zanatta hace 3 semanas
padre
commit
04f26bdaf3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      quasar.config.js

+ 1 - 1
quasar.config.js

@@ -56,7 +56,7 @@ export default defineConfig((ctx) => {
       // analyze: true,
       env: {
         APP_NAME: "serprati-digital",
-        API_URL: ctx.dev ? "http://localhost:3000" : "https://api.serprati.softpar.inf.br",
+        API_URL: ctx.dev ? "http://localhost:3000" : "http://54.20.6.92",
         PASSWORD: ctx.dev ? "S@ft2080." : "",
         WEBSOCKET_API: ctx.dev
           ? "http://localhost:4321/"