24 lines
449 B
JSON
24 lines
449 B
JSON
|
|
{
|
||
|
|
"unicast": "127.0.0.1",
|
||
|
|
"logging": {
|
||
|
|
"level": "debug",
|
||
|
|
"console": "true"
|
||
|
|
},
|
||
|
|
"applications": [
|
||
|
|
{
|
||
|
|
"name": "soa_server",
|
||
|
|
"id": "0x1234"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"services": [
|
||
|
|
{
|
||
|
|
"service": "0x0005",
|
||
|
|
"instance": "0x0001",
|
||
|
|
"reliable": "30509"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"routing": "soa_server",
|
||
|
|
"service-discovery": {
|
||
|
|
"enable": "false"
|
||
|
|
}
|
||
|
|
}
|