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

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