feat():initial version
This commit is contained in:
28
source/example/your_app.json
Normal file
28
source/example/your_app.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"unicast": "127.0.0.1",
|
||||
"logging": {
|
||||
"level": "debug",
|
||||
"console": "true"
|
||||
},
|
||||
"applications": [
|
||||
{
|
||||
"name": "your_server",
|
||||
"id": "0x1234"
|
||||
},
|
||||
{
|
||||
"name" : "your_client",
|
||||
"id" : "0x4321"
|
||||
}
|
||||
],
|
||||
"services": [
|
||||
{
|
||||
"service": "0x0001",
|
||||
"instance": "0x0001",
|
||||
"reliable": "30509"
|
||||
}
|
||||
],
|
||||
"routing": "your_server",
|
||||
"service-discovery": {
|
||||
"enable": "false"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user