22 lines
542 B
JSON
22 lines
542 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Error",
|
|
"Microsoft.AspNetCore": "Error"
|
|
}
|
|
},
|
|
"AppConfig": {
|
|
"Redis": {
|
|
"ConnectionString": "10.255.255.3,password=qwe123!@#,defaultDatabase=10"
|
|
},
|
|
"FFmpeg": {
|
|
" TimeSlice": 600
|
|
},
|
|
"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",
|
|
"SqlType": "MySql",
|
|
"UpdateTable": true
|
|
}
|
|
}
|
|
}
|