feat(soa_server):initial version of soa_server
This commit is contained in:
24
source/soa_server/soa_server.json
Normal file
24
source/soa_server/soa_server.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user