You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
706 B
26 lines
706 B
{
|
|
"AppSettings": {
|
|
"database": "mysql"
|
|
},
|
|
"ConnectionStrings": {
|
|
"postgresql": "User ID=root;Host=postgresql;Port=26257;Database=iotcenter;CommandTimeout=120",
|
|
"mysql": "Server=172.172.0.30;Port=3306;Database=iotcenter;Uid=root;Pwd=root;",
|
|
"redis": "redis:6379,allowAdmin=true",
|
|
"srs": "http://172.172.0.60:1985",
|
|
"JobServer": "http://172.172.0.10/JobServer",
|
|
"JobCallBack": "http://172.172.0.10/IoTCenter/api/v1/Api/ExecTimer"
|
|
},
|
|
"influxdb": {
|
|
"url": "http://172.172.0.50:8086",
|
|
"usr": "admin",
|
|
"pwd": "admin"
|
|
},
|
|
"logserver": {
|
|
"influxdb": {
|
|
"address": "http://172.172.0.50"
|
|
}
|
|
},
|
|
"minio": {
|
|
"endpoint": " 172.172.0.20:9000"
|
|
}
|
|
} |