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.
27 lines
790 B
27 lines
790 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=aA123456!;",
|
|
"job.mysql": "Server=172.172.0.30;Port=3306;Database=jobserver;Uid=root;Pwd=aA123456!;Allow User Variables=True;",
|
|
"redis": "172.172.0.40:6379,password=aA123456!,allowAdmin=true",
|
|
"srs": "http://172.172.0.60:1985"
|
|
},
|
|
"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",
|
|
"accessKey": "admin",
|
|
"secretKey": "12345678"
|
|
}
|
|
} |