41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Error",
|
|
"Microsoft.AspNetCore": "Error"
|
|
}
|
|
},
|
|
"AppConfig": {
|
|
"TaskSetting": {
|
|
"DownloadSpeed": 8,
|
|
"IS_Server": false //接收任务?
|
|
},
|
|
"Subsystem": {
|
|
"蓝鲸智库": {
|
|
"APIUrl": "https://zyapi.23544.com",
|
|
"Token": ""
|
|
}
|
|
},
|
|
"Redis": {
|
|
"ConnectionString": "redis-external.23544.com:16379,password=poiuyt)(*&^%,defaultDatabase=5"
|
|
},
|
|
"FFmpeg": {
|
|
" TimeSlice": 600
|
|
},
|
|
"AliyunOSS": {
|
|
"AccessKeyId": "LTAI5tDC6p9h747B7FHbgwkH",
|
|
"AccessKeySecret": "vRKgmbp1LB05LaGOjh3ZrZxbHSLYLF",
|
|
"BucketDomain": "https://learn-videoanalysis.oss-cn-chengdu.aliyuncs.com",
|
|
"Region": "cn-chengdu",
|
|
"BucketName": "learn-videoanalysis",
|
|
"EndPoint": "oss-cn-chengdu.aliyuncs.com" //上传节点
|
|
},
|
|
"DB": {
|
|
//"ConnectionString": "AllowLoadLocalInfile=true;Server=10.255.255.3;Port=3306;Database=learn.videoanalysis;User ID=marking;Password=qwe123!@#;CharSet=utf8mb4;pooling=true;SslMode=None",
|
|
"ConnectionString": "AllowLoadLocalInfile=true;Server=rm-2vc20nd3d11g0oh6g2o.rwlb.cn-chengdu.rds.aliyuncs.com;User ID=marking;Password=poiuytPOIUYT098765)(*&^%;Port=3306;Database=learn.videoanalysis;CharSet=utf8mb4;pooling=true;SslMode=None",
|
|
"SqlType": "MySql",
|
|
"UpdateTable": false
|
|
}
|
|
}
|
|
}
|