Browse Source

fix ip (dominio serprati nao foi feito pela equipe responsavel ate o momento)

Gustavo Zanatta 9 hours ago
parent
commit
47b2bfe663
1 changed files with 1 additions and 1 deletions
  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.com.br",
+        API_URL: ctx.dev ? "http://localhost:3000" : "https://api.serprati.softpar.inf.br",
         PASSWORD: ctx.dev ? "S@ft2080." : "",
         WEBSOCKET_API: ctx.dev
           ? "http://localhost:4321/"