|
|
@@ -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/"
|