16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Cache": {
|
|
"Serializer": "MessagePack"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"SiteUrl": "http://localhost:3000",
|
|
"Client": {
|
|
"SomeSetting": "SomeValue"
|
|
}
|
|
} |