Преглед изворни кода

alterando porta do quasar config

Gustavo Zanatta пре 1 месец
родитељ
комит
fb95697620
1 измењених фајлова са 1 додато и 1 уклоњено
  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/"