Ver código fonte

alterando porta do quasar config

Gustavo Zanatta 1 mês atrás
pai
commit
fb95697620
1 arquivos alterados com 1 adições e 1 exclusões
  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/"