Pārlūkot izejas kodu

alterando porta do quasar config

Gustavo Zanatta 1 mēnesi atpakaļ
vecāks
revīzija
717298fb08
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      quasar.config.js

+ 1 - 1
quasar.config.js

@@ -58,7 +58,7 @@ export default defineConfig((ctx) => {
       // publicPath: '/',
       // analyze: true,
       env: {
-        API_URL: ctx.dev ? "http://192.168.23.233:8000" : "http://localhost:8000",
+        API_URL: ctx.dev ? "http://localhost:3000" : "http://localhost:3000",
         PASSWORD: ctx.dev ? "S@ft2080." : "",
         WEBSOCKET_API: ctx.dev
           ? "http://localhost:4321/"