添加项目文件。
This commit is contained in:
13
MoviconHub.App/websocket_config.json
Normal file
13
MoviconHub.App/websocket_config.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"ServerAddress": "127.0.0.1",
|
||||
"ServerPort": 1883,
|
||||
"AutoReconnect": true,
|
||||
"ReconnectInterval": 5000,
|
||||
"HeartbeatInterval": 30000,
|
||||
"ConnectionTimeout": 5000,
|
||||
"Url": "/push/device/942010002",
|
||||
"DeviceCode": "MOVICON_HUB_001",
|
||||
"Cycle": 1,
|
||||
"SecretKey": "your_secret_key_here"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user