{
  "auth": {
    "authorityUrl": "https://auth.prd.bitcoin.de/realms/customer",
    "baseUrl": "https://api.prd.bitcoin.de",
    "clientId": "web",
    "refreshOffsetMs": 120000
  },
  "trading": {
    "baseUrl": "https://api.prd.bitcoin.de",
    "brandName": "Bitcoin.de",
    "cryptoImageUrlPrefix": "https://api.prd.bitcoin.de/assets/icon/",
    "portfolio": {
      "walletHistorySearchDebounceTime": 500,
      "walletFiatTransactionsFilterDebounceTime": 500,
      "maxFavorites": 3,
      "maxAlerts": 3
    },
    "assets": {
      "details": {
        "refreshInterval": 1000,
        "maxAlerts": 3
      }
    },
    "crypto": {
      "toastLifeTime": 3000
    },
    "activity": {
      "toastLifeTime": 3000,
      "cryptoTransactionsFilterDebounceTime": 500
    },
    "cryptoBuyProcess": {
      "priceRefreshInterval": {
        "MARKET_BUY": 2000,
        "STOP_BUY": 5000,
        "SAVINGS_PLAN": 5000
      },
      "orderDetailsTimeoutMs": 3000,
      "orderDetailsRetryDelayMs": 1000,
      "orderRenewIntervalMs": 2000
    },
    "cryptoSellProcess": {
      "priceRefreshInterval": {
        "MARKET_SELL": 2000,
        "STOP_LOSS": 5000,
        "TAKE_PROFIT": 5000
      },
      "orderDetailsTimeoutMs": 3000,
      "orderDetailsRetryDelayMs": 1000,
      "orderRenewIntervalMs": 2000
    },
    "priceAlertProcess": {
      "priceRefreshInterval": 1000
    },
    "disableOpenOrders": true
  },
  "shared": {
    "baseUrl": "https://api.prd.bitcoin.de",
    "ui": {
      "cryptoImageUrlPrefix": "https://api.prd.bitcoin.de/assets/icon/"
    },
    "authorization": {
      "pollingIntervalMs": 2000,
      "appName": "Bitcoin.de"
    }
  },
  "account": {
    "baseUrl": "https://api.prd.bitcoin.de",
    "brandName": "Bitcoin.de",
    "supportMailAddress": "support@bitcoin.de",
    "complaintsMailAddress": "beschwerden@bitcoin.de",
    "loyaltyProgramEnabled": true,
    "disableOpenOrders": true
  },
  "shell": {
    "baseUrl": "https://api.prd.bitcoin.de",
    "brandName": "Bitcoin.de",
    "appName": "bitcoin.de",
    "supportEmailAddress": "support@bitcoin.de",
    "footerLinks": {
      "supportUrl": "mailto:support@bitcoin.de",
      "complaintsUrl": "mailto:beschwerden@bitcoin.de",
      "pressUrl": "mailto:presse@bitcoin.de",
      "privacyPolicyUrl": {
        "de": "https://www.bitcoin.de/de/datenschutzerklaerung",
        "en": "https://www.bitcoin.de/en/privacy-policy"
      },
      "termsAndConditionsUrl": { "de": "https://www.bitcoin.de/de/agb", "en": "https://www.bitcoin.de/en/terms" },
      "imprintUrl": { "de": "https://www.bitcoin.de/de/impressum", "en": "https://www.bitcoin.de/en/imprint" },
      "aboutUrl": "https://www.bitcoin.de",
      "conflictOfInterestUrl": {
        "de": "https://www.bitcoin.de/de/interessenkonflikt",
        "en": "https://www.bitcoin.de/en/conflict-of-interest"
      }
    },
    "login": {
      "usePillLogo": true
    }
  },
  "observability": {
    "collectorUrl": "https://faro-collector-prod-eu-west-2.grafana.net/collect/e712e56738355ead87cd7b6d2f3d6888",
    "appName": "Web Frontend - Bitcoin.de",
    "environment": "prd"
  }
}
