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
668 B
26 lines
668 B
{
|
|
"AppSettings": {
|
|
"database": "mysql"
|
|
},
|
|
"ConnectionStrings": {
|
|
"postgresql": "User ID=root;Host=postgresql;Port=26257;Database=iotcenter;CommandTimeout=120",
|
|
"mysql": "Server=mysql;Port=3306;Database=iotcenter;Uid=root;Pwd=root;",
|
|
"redis": "redis:6379,allowAdmin=true",
|
|
"srs": "http://srs:1985",
|
|
"JobServer": "http://jobserver/JobServer",
|
|
"JobCallBack": "http://iotcenter/IoTCenter/api/v1/Api/ExecTimer"
|
|
},
|
|
"influxdb": {
|
|
"url": "http://influxdb:8086",
|
|
"usr": "admin",
|
|
"pwd": "admin"
|
|
},
|
|
"logserver": {
|
|
"influxdb": {
|
|
"address": "http://influxdb"
|
|
}
|
|
},
|
|
"minio": {
|
|
"endpoint": "minio:9000"
|
|
}
|
|
} |