mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-10 17:43:35 +08:00
16 lines
478 B
JSON
16 lines
478 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": ""
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"System.Net.Http.HttpClient": "Warning",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore.Database.Command": "Warning",
|
|
"Foxel.Services.Background.Processors.PictureTaskProcessor": "Warning",
|
|
"Foxel.Services.Background.Processors.VisualRecognitionTaskProcessor": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": ""
|
|
} |