31 lines
490 B
JSON
31 lines
490 B
JSON
{
|
|
"serverOptions": {
|
|
"TcpServer": {
|
|
"name": "TcpServer",
|
|
"listeners": [
|
|
{
|
|
"ip": "Any",
|
|
"port": 4040
|
|
}
|
|
]
|
|
},
|
|
"WebSocketServer": {
|
|
"name": "WebSocket",
|
|
"listeners": [
|
|
{
|
|
"ip": "Any",
|
|
"port": 5050
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"Mqtt": {
|
|
"Host": "127.0.0.1",
|
|
"Port": 1883,
|
|
"ClientId": "NetCoreMqttService",
|
|
"Topics": [
|
|
"test/topic1",
|
|
"test/topic2"
|
|
]
|
|
}
|
|
} |