35 lines
570 B
JSON
35 lines
570 B
JSON
{
|
|
"$schema": "./appsettings-schema.json",
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information"
|
|
},
|
|
"WriteTo": [
|
|
{
|
|
"Name": "Async",
|
|
"Args": {
|
|
"configure": [
|
|
{
|
|
"Name": "Console"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"Umbraco": {
|
|
"CMS": {
|
|
"Content": {
|
|
"MacroErrors": "Throw"
|
|
},
|
|
"Hosting": {
|
|
"Debug": true
|
|
},
|
|
"RuntimeMinification": {
|
|
"UseInMemoryCache": true,
|
|
"CacheBuster": "Timestamp"
|
|
}
|
|
}
|
|
}
|
|
}
|