Debug Configuration

Runtime Config:

{
  "turnstile": {
    "siteKey": "0x4AAAAAAA5yWHsOIRMZjGZM"
  },
  "API_URL": "https://front.botinex.ru",
  "WS_URL": "wss://front.botinex.ru/websocket",
  "SECRET_KEY_API": "TYfV0cB7?i~%@STttC6|SlCu6BiZu1TYfV0cB7?i~%@STttC6|SlCu6BiZu1",
  "TELEGRAM_BOT": "botinex_notification_bot",
  "NUXT_TURNSTILE_SECRET_KEY": "0x4AAAAAAA5yWHsOIRMZjGZM",
  "googleClientId": "243479297018-tul79sagp6d4m1kp65p41ifjf96143oa.apps.googleusercontent.com",
  "siteUrl": "",
  "nuxt-scripts": {
    "version": "",
    "defaultScriptOptions": {
      "trigger": "onNuxtReady"
    }
  },
  "googleSignIn": {
    "clientId": "243479297018-tul79sagp6d4m1kp65p41ifjf96143oa.apps.googleusercontent.com"
  },
  "i18n": {
    "baseUrl": "",
    "defaultLocale": "ru",
    "defaultDirection": "ltr",
    "strategy": "no_prefix",
    "lazy": false,
    "rootRedirect": "",
    "routesNameSeparator": "___",
    "defaultLocaleRouteNameSuffix": "default",
    "skipSettingLocaleOnNavigate": false,
    "differentDomains": false,
    "trailingSlash": false,
    "locales": [
      {
        "code": "ru",
        "name": "Русский",
        "iso": "ru-RU",
        "language": "ru-RU",
        "_hreflang": "ru-RU",
        "_sitemap": "ru-RU",
        "files": [
          {
            "path": "/vercel/path0/i18n/locales/ru.json",
            "cache": ""
          }
        ]
      },
      {
        "code": "en",
        "name": "English",
        "iso": "en-US",
        "language": "en-US",
        "_hreflang": "en-US",
        "_sitemap": "en-US",
        "files": [
          {
            "path": "/vercel/path0/i18n/locales/en.json",
            "cache": ""
          }
        ]
      }
    ],
    "detectBrowserLanguage": {
      "alwaysRedirect": false,
      "cookieCrossOrigin": false,
      "cookieDomain": "",
      "cookieKey": "i18n_redirected",
      "cookieSecure": false,
      "fallbackLocale": "",
      "redirectOn": "root",
      "useCookie": true
    },
    "experimental": {
      "localeDetector": "",
      "switchLocalePathLinkSSR": false,
      "autoImportTranslationFunctions": false,
      "typedPages": true,
      "typedOptionsAndMessages": false,
      "generatedLocaleFilePathFormat": "absolute",
      "alternateLinkCanonicalQueries": false,
      "hmr": true
    },
    "multiDomainLocales": false,
    "domainLocales": {
      "ru": {
        "domain": ""
      },
      "en": {
        "domain": ""
      }
    }
  }
}

Environment Variables:

{
  "NODE_ENV": "production",
  "API_URL": "https://front.botinex.ru",
  "WS_URL": "wss://front.botinex.ru/websocket",
  "SECRET_KEY_API": "TYfV0cB7?i~%@STttC6|SlCu6BiZu1TYfV0cB7?i~%@STttC6|SlCu6BiZu1",
  "TELEGRAM_BOT": "botinex_notification_bot",
  "NUXT_TURNSTILE_SECRET_KEY": "0x4AAAAAAA5yWHsOIRMZjGZM",
  "GOOGLE_CLIENT_ID": "243479297018-tul79sagp6d4m1kp65p41ifjf96143oa.apps.googleusercontent.com"
}