Gustavo Zanatta 1 місяць тому
батько
коміт
49c154de9e
4 змінених файлів з 4 додано та 4 видалено
  1. 1 1
      quasar.config.js
  2. 1 1
      src/i18n/locales/en.json
  3. 1 1
      src/i18n/locales/es.json
  4. 1 1
      src/i18n/locales/pt.json

+ 1 - 1
quasar.config.js

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

+ 1 - 1
src/i18n/locales/en.json

@@ -183,7 +183,7 @@
       "select_state": "Select state",
       "country_code": "e.g. US, UK...",
       "state_code": "e.g. NY, CA...",
-      "email": "email@example.com",
+      "email": "email{'@'}example.com",
       "cpf": "000.000.000-00",
       "registration": "e.g. 1111111",
       "password": "Enter a secure password"

+ 1 - 1
src/i18n/locales/es.json

@@ -183,7 +183,7 @@
       "select_state": "Seleccione el estado",
       "country_code": "Ej. MX, ES...",
       "state_code": "Ej. MC, BA...",
-      "email": "email@ejemplo.com",
+      "email": "email{'@'}ejemplo.com",
       "cpf": "000.000.000-00",
       "registration": "Ej: 1111111",
       "password": "Ingrese una contraseña segura"

+ 1 - 1
src/i18n/locales/pt.json

@@ -183,7 +183,7 @@
       "select_state": "Selecione o estado",
       "country_code": "Ex. BR, PT...",
       "state_code": "Ex. SP, PR...",
-      "email": "email@exemplo.com",
+      "email": "email{'@'}exemplo.com",
       "cpf": "000.000.000-00",
       "registration": "Ex: 1111111",
       "password": "Digite uma senha segura"