zeroframework/Services/Identity/ZeroFramework.IdentityServer.API/appsettings.json
2023-12-05 17:22:48 +08:00

14 lines
245 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
},
"Console": {
"TimestampFormat": "[HH:mm:ss] "
}
},
"AllowedHosts": "*"
}