51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information"
|
|
},
|
|
"WriteTo": [
|
|
{
|
|
"Name": "Async",
|
|
"Args": {
|
|
"configure": [
|
|
{
|
|
"Name": "Console"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"Umbraco": {
|
|
"CMS": {
|
|
"Global": {
|
|
"Smtp": {
|
|
//"From": "your@email.here",
|
|
//"Host": "localhost",
|
|
// "Port": "25"
|
|
}
|
|
},
|
|
"Hosting": {
|
|
"Debug": true
|
|
},
|
|
"RuntimeMinification": {
|
|
"useInMemoryCache": true,
|
|
"cacheBuster": "Timestamp"
|
|
},
|
|
"RichTextEditor": {
|
|
"Commands": [
|
|
{
|
|
"Alias": "fullscreen",
|
|
"Name": "Full Screen",
|
|
"Mode": "All"
|
|
}
|
|
],
|
|
"Plugins": [
|
|
"fullscreen"
|
|
]
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|