{
  "network": "testnet",
  "port": 6789,
  "services": [
    "bitcoind",
    "web",
    "insight-api",
    "insight-ui"
  ],
  "servicesConfig": {
    "bitcoind": {
      "spawn": {
        "datadir": "/resources/data",
        "exec": "/app/node_modules/bitcore-node/bin/bitcoind"
      },
      "txindex": true,
      "addressindex": true,
      "timestampindex": true,
      "spentindex": true,
      "rpcuser": "stellar",
      "rpcpassword": "anchor"
    },
    "insight-api": {
      "disableRateLimiter": true
    }
  }
}