mirror of https://github.com/hyperledger/besu
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1017 B
49 lines
1017 B
3 years ago
|
{
|
||
|
"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": []
|
||
|
}
|