github.com/kaleido-io/firefly@v0.0.0-20210622132723-8b4b6aacb971/kat/test-resources/config-ethereum.json (about)

     1  {
     2    "$schema": "../src/schemas/config.json",
     3    "port": 3000,
     4    "protocol": "ethereum",
     5    "assetTrailInstanceID": "service-id",
     6    "apiGateway": {
     7      "apiEndpoint": "https://apigateway.kaleido.io"
     8    },
     9    "eventStreams": {
    10      "wsEndpoint": "ws://eventstreams.kaleido.io",
    11      "topic": "dev",
    12      "skipSetup": true
    13    },
    14    "ipfs": {
    15      "apiEndpoint": "https://ipfs.kaleido.io"
    16    },
    17    "app2app": {
    18      "socketIOEndpoint": "wss://app2app.ws.kaleido.io",
    19      "destinations": {
    20        "kat": "kld://app2app/internal",
    21        "client": "kld://app2app/external"
    22      }
    23    },
    24    "docExchange": {
    25      "apiEndpoint": "https://docexchange.kaleido.io",
    26      "socketIOEndpoint": "http://docexchange.ws.kaleido.io",
    27      "destination": "kld://docstore/dest"
    28    },
    29    "appCredentials": {
    30      "user": "testuser",
    31      "password": "testpassword"
    32    }
    33  }