phase 2 serial
This commit is contained in:
19
config/daemon/daemon_profile.json
Normal file
19
config/daemon/daemon_profile.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"opcua": {
|
||||
"port": 4840,
|
||||
"applicationName": "SoftBusDaemon"
|
||||
},
|
||||
"uplink": {
|
||||
"listenHost": "127.0.0.1",
|
||||
"listenPort": 9000
|
||||
},
|
||||
"plugins": {
|
||||
"modbus": "protocol_modbus",
|
||||
"canopen": "protocol_canopen"
|
||||
},
|
||||
"security": {
|
||||
"tlsEnabled": false,
|
||||
"certPath": "",
|
||||
"keyPath": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user