Files
Yi.Framework/Yi.Furion.Rbac/Yi.Furion.Rbac.Web.Entry/appsettings.json
2023-04-12 22:30:42 +08:00

11 lines
285 B
JSON

{
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Information"
}
},
"AllowedHosts": "*"
}