Files
Yi.Framework/Yi.Framework.Net6/Yi.Framework.AuthenticationCenter/appsettings.json
2022-04-07 22:48:10 +08:00

11 lines
182 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}