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.

17 lines
488 B
JSON

3 months ago
{
"AppConfig": {
"logPath": "\\\\Mac\\Home\\Public\\WorkSpace\\Mesnac\\项目资料\\IOT物联网数据采集\\日志信息",
"listernPort": 7001,
"virtualFlag": true,
"virtualValue": 99999,
3 months ago
"SqlConfig": [
{
"configId": "tao_iot", //tao:青岛胶东机场简称
"dbType": 0, //tidb按照 mysql 去连接
3 months ago
"isFlag": true,
"connStr": "server=127.0.0.1;Port=4000;Database=tao_iot;Uid=root;" //Pwd=haiwei@123;
3 months ago
}
]
3 months ago
}
}