Files
linea-besu/benchmark/config/tessera/config.json
taccatisid ce28aae8b1 spike: add benchmark (#2716)
Signed-off-by: Taccat Isid <taccatisid@protonmail.com>

Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
2021-09-27 09:49:34 +10:00

49 lines
1017 B
JSON

{
"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",
"serverAddress": "http://tessera:9080",
"communicationType": "REST"
},
{
"app": "Q2T",
"serverAddress": "http://tessera:9101",
"sslConfig": {
"tls": "OFF"
},
"communicationType": "REST"
},
{
"app": "P2P",
"serverAddress": "http://tessera:9000",
"sslConfig": {
"tls": "OFF"
},
"communicationType": "REST"
}
],
"peer": [
{
"url": "http://tessera:9000"
}
],
"keys": {
"passwords": [],
"keyData": [
{
"config": {"data":{"bytes":"uTJGpd4ZEEtDPFSZM0+GT11xn5NFIr2KGP2Q4SdVPRM="},"type":"unlocked"},
"publicKey": "GGilEkXLaQ9yhhtbpBT03Me9iYa7U/mWXxrJhnbl1XY="
}
]
},
"alwaysSendTo": []
}