You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.1 KiB
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"ConnectionSqlServer": "Server=localhost;Database=rbs_server_db.db;Trusted_Connection=True;",
"ConnectionSqlite": "Data Source=rbs_server_db.db",
"ConnectionType": "0"
},
"Server": {
"ProName": "server",
"ProTitle": "服务",
"IsEnable": true,
"ProPath": "program\\server\\",
"ProParams": "service.conf",
"JsonPath": null,
"Pid": 0,
"OperationStr": "open",
"ShowState": 0
},
"RecvMqtt": {
"ProName": "gw.recvmqtt",
"ProTitle": "数据接收",
"IsEnable": true,
"ProPath": "program\\recvmqtt\\",
"ProParams": "-cfg gw.recvmqtt.all.json >outRecv.txt",
"JsonPath": "gw.recvmqtt.json",
"Pid": 0,
"OperationStr": "open",
"ShowState": 0
},
"Apms": {
"ProName": "gw.apms",
"ProTitle": "实时处理",
"IsEnable": true,
"ProPath": "program\\apms\\",
"ProParams": "-cfg apms.json >outApms.txt",
"JsonPath": "apms.json",
"Pid": 0,
"OperationStr": "open",
"ShowState": 0
},
"AllowedHosts": "*"
}