Skip to content

Instantly share code, notes, and snippets.

@alexsplashex
Created February 15, 2019 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexsplashex/2912d7394cb0371deb053b3d896ff482 to your computer and use it in GitHub Desktop.
Save alexsplashex/2912d7394cb0371deb053b3d896ff482 to your computer and use it in GitHub Desktop.
{
"useWhiteList": false,
"jdbc": {
"username": "privori",
"password": "privori",
"url": "jdbc:h2:/opt/tessera/qdata/database/db;MODE=Oracle;TRACE_LEVEL_SYSTEM_OUT=0",
"autoCreateTables": true
},
"serverConfigs": [
{
"app": "Q2T",
"enabled": true,
"serverSocket": {
"type": "INET",
"port": 9000,
"hostName": "http://0.0.0.0"
},
"communicationType": "GRPC"
},
{
"app": "P2P",
"enabled": true,
"serverSocket": {
"type": "INET",
"port": 9001,
"hostName": "http://10.107.64.168"
},
"bindingAddress":"http://0.0.0.0:9001",
"communicationType": "GRPC"
},
{
"app":"ThirdParty",
"enabled": true,
"serverSocket":{
"type":"INET",
"port": 9002,
"hostName": "http://0.0.0.0"
},
"communicationType": "REST"
},
{
"app": "ADMIN",
"enabled": true,
"serverSocket": {
"type": "INET",
"port": 9003,
"hostName": "http://0.0.0.0"
},
"communicationType": "REST"
}
],
"peer": [
{
"url": "10.107.64.168:9001/"
},
{
"url": "10.99.12.207:9001/"
}
],
"keys": {
"passwords": [],
"keyData": [
{
"config": {
"data": {
"bytes": "ZIzPazGlHkP1ADQu8MwwbmDNC4lsAmt/q3EhUOvjhyc="
},
"type": "unlocked"
},
"publicKey": "8oAIQgTZl5n/elO2hlMv5gm+oWp3KoO4TPyGuOThyxE="
},
{
"config": {
"data": {
"bytes": "Dz6LZVr+ipLic7mY+ZykXjoOVovwiaKDo50eXWbWV2Q="
},
"type": "unlocked"
},
"publicKey": "Z1CDN5eTWsWvIAWA9FhbsCZAaTuQvTcu22ZEDpHF0zE="
}
]
},
"alwaysSendTo": [],
"unixSocketFile": "/tmp/tm.ipc"
}
{
"useWhiteList": false,
"jdbc": {
"username": "privori",
"password": "privori",
"url": "jdbc:h2:/opt/tessera/qdata/database/db;MODE=Oracle;TRACE_LEVEL_SYSTEM_OUT=0",
"autoCreateTables": true
},
"serverConfigs": [
{
"app": "Q2T",
"enabled": true,
"serverSocket": {
"type": "INET",
"port": 9000,
"hostName": "http://0.0.0.0"
},
"communicationType": "GRPC"
},
{
"app": "P2P",
"enabled": true,
"serverSocket": {
"type": "INET",
"port": 9001,
"hostName": "http://10.99.12.207"
},
"bindingAddress":"http://0.0.0.0:9001",
"communicationType": "GRPC"
},
{
"app":"ThirdParty",
"enabled": true,
"serverSocket":{
"type":"INET",
"port": 9002,
"hostName": "http://0.0.0.0"
},
"communicationType": "REST"
},
{
"app": "ADMIN",
"enabled": true,
"serverSocket": {
"type": "INET",
"port": 9003,
"hostName": "http://0.0.0.0"
},
"communicationType": "REST"
}
],
"peer": [
{
"url": "10.107.64.168:9001/"
},
{
"url": "10.99.12.207:9001/"
}
],
"keys": {
"passwords": [],
"keyData": [
{
"config": {
"data": {
"bytes": "v/55B/aOQAKoSbNTZMVqOY5jUATTSJFGSUx0PSe1NgU="
},
"type": "unlocked"
},
"publicKey": "0zH3T6YyX659rWOlrf3nvTxMaR1tMvhLtYMJxRAw3nA="
}
]
},
"alwaysSendTo": [],
"unixSocketFile": "/opt/tessera/qdata/tm.ipc"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment