2020-02-18 08:32:06 +01:00
|
|
|
{
|
2020-09-17 09:01:10 +02:00
|
|
|
"Serilog": {
|
|
|
|
|
"MinimumLevel": {
|
|
|
|
|
"Default": "Information"
|
|
|
|
|
},
|
2020-10-19 18:48:51 +11:00
|
|
|
"WriteTo": [
|
2020-09-17 09:01:10 +02:00
|
|
|
{
|
|
|
|
|
"Name": "Async",
|
|
|
|
|
"Args": {
|
|
|
|
|
"configure": [
|
|
|
|
|
{
|
|
|
|
|
"Name": "Console"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-09-18 07:46:36 +02:00
|
|
|
]
|
2020-09-17 09:01:10 +02:00
|
|
|
},
|
2020-08-24 14:15:53 +02:00
|
|
|
"Umbraco": {
|
2021-03-17 17:44:52 +11:00
|
|
|
"CMS": {
|
|
|
|
|
"Global": {
|
|
|
|
|
"Smtp": {
|
|
|
|
|
//"From": "your@email.here",
|
|
|
|
|
//"Host": "localhost",
|
|
|
|
|
// "Port": "25"
|
2021-03-11 13:20:46 +01:00
|
|
|
}
|
2021-03-17 17:44:52 +11:00
|
|
|
},
|
|
|
|
|
"Hosting": {
|
|
|
|
|
"Debug": true
|
|
|
|
|
},
|
|
|
|
|
"RuntimeMinification": {
|
|
|
|
|
"useInMemoryCache": true,
|
|
|
|
|
"cacheBuster": "Timestamp"
|
|
|
|
|
},
|
|
|
|
|
"RichTextEditor": {
|
|
|
|
|
"Commands": [
|
|
|
|
|
{
|
|
|
|
|
"Alias": "fullscreen",
|
|
|
|
|
"Name": "Full Screen",
|
|
|
|
|
"Mode": "All"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"Plugins": [
|
|
|
|
|
"fullscreen"
|
|
|
|
|
]
|
2020-08-24 14:15:53 +02:00
|
|
|
}
|
2021-03-17 17:44:52 +11:00
|
|
|
}
|
2021-03-11 13:20:46 +01:00
|
|
|
|
2020-02-18 08:32:06 +01:00
|
|
|
}
|
|
|
|
|
}
|