Gustavo Zanatta пре 3 недеља
родитељ
комит
04f26bdaf3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      quasar.config.js

+ 1 - 1
quasar.config.js

@@ -56,7 +56,7 @@ export default defineConfig((ctx) => {
       // analyze: true,
       // analyze: true,
       env: {
       env: {
         APP_NAME: "serprati-digital",
         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." : "",
         PASSWORD: ctx.dev ? "S@ft2080." : "",
         WEBSOCKET_API: ctx.dev
         WEBSOCKET_API: ctx.dev
           ? "http://localhost:4321/"
           ? "http://localhost:4321/"