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.
23 lines
722 B
JSON
23 lines
722 B
JSON
{
|
|
"AppConfig": {
|
|
"logPath": "\\\\Mac\\Home\\Public\\WorkSpace\\Mesnac\\项目资料\\IOT物联网数据采集\\日志信息",
|
|
"CollectElectricTime": "3",
|
|
"listernPort": 7001,
|
|
"SqlConfig": [
|
|
{
|
|
"configId": "mesTD",
|
|
"dbType": 17,
|
|
"isFlag": false,
|
|
"connStr": "Host=175.27.215.92;Port=6030;Username=root;Password=taosdata;Database=db_hwmes"
|
|
},
|
|
{
|
|
"configId": "tao_iot", //tao:青岛胶东机场简称
|
|
"dbType": 0, //tidb按照 mysql 去连接
|
|
"isFlag": true,
|
|
"connStr": "server=127.0.0.1;Port=4000;Database=tao_iot;Uid=root;" //Pwd=haiwei@123;
|
|
}
|
|
],
|
|
"redisConfig": "175.27.215.92:6379,password=redis@2023"
|
|
}
|
|
}
|