props/src/MultiShop/Server/appsettings.Development.json

16 lines
261 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information",
"MultiShop": "Debug"
}
},
"IdentityServer": {
"Key": {
"Type": "Development"
}
}
}