{
  "mode": "orion",
  "useWhiteList": false,
  "jdbc": {
    "username": "sa",
    "password": "",
    "url": "jdbc:h2:./data/tm/db;MODE=Oracle;TRACE_LEVEL_SYSTEM_OUT=0",
    "autoCreateTables": true
  },
  "serverConfigs":[
  {
    "app":"ThirdParty",
    "enabled": true,
    "serverAddress": "http://<HOST>:9080",
    "communicationType" : "REST"
  },
  {
    "app":"Q2T",
    "enabled": true,
    "serverAddress": "http://<HOST>:9101",
    "sslConfig": {
      "tls": "OFF"
    },
    "communicationType" : "REST"
  },
  {
    "app":"P2P",
    "enabled": true,
    "serverAddress": "http://<HOST>:9000",
    "sslConfig": {
      "tls": "OFF"
    },
    "communicationType" : "REST"
  }
  ],
  "peer": [
      {
          "url": "http://<HOST>:9000"
      }
  ],
  "keys": {
    {% if tesseraPassword !== '' %}
    "passwordFile": ["./passwordFile.txt"],
    {% endif %}
    "keyData": [
      {
        "privateKeyPath": "./tessera.key",
        "publicKeyPath": "./tessera.pub"
      }
    ]
  },
  "alwaysSendTo": []
}
