{
  "exchanges": {
    "settings": {
      "compliance": {
        "maximum": {
          "limit": null
        }
      },
      "commission": 1,
      "fastPoll": 5000,
      "fastPollLimit": 10,
      "tickerInterval": 5000,
      "balanceInterval": 5000,
      "tradeInterval": 5000,
      "retryInterval": 5000,
      "retries": 3,
      "lowBalanceMargin": 1.05,
      "transactionFee": 10000,
      "tickerDelta": 0,
      "minimumTradeFiat": 0,
      "currency": "PLN",
      "networkTimeout": 20000
    },
    "plugins": {
      "current": {
        "ticker": "mockTicker",
        "trade": "mockTrader",
        "wallet": "mockWallet",
        "transfer": "mockWallet",
        "idVerifier": "mockVerifier",
        "info": "mockInfo"
      },
      "settings": {
        "bitpay": { },
        "bitstamp": {
          "currency": "USD",
          "key": "",
          "secret": "",
          "clientId": ""
        },
        "blockchain": {
          "retryInterval": 10000,
          "retryTimeout": 60000,
          "guid": "",
          "password": "",
          "fromAddress": ""
        }
      }
    }
  },
  "brain": {
    "qrTimeout": 60000,
    "goodbyeTimeout": 2000,
    "billTimeout": 60000,
    "completedTimeout": 60000,
    "networkTimeout": 20000,
    "triggerRetry": 5000,
    "idleTime": 600000,
    "checkIdleTime": 60000,
    "maxProcessSize": 104857600,
    "freeMemRatio": 0.15,
    "unit": {
      "ssn": "xx-1234-45",
      "owner": "Lamassu, Inc. \/ Trofa \/ Portugal"
    },
    "locale": {
      "currency": "PLN",
      "localeInfo": {
        "primaryLocale": "pl-PL",
        "primaryLocales": [
          "pl-PL"
        ]
      }
    }
  }
}
