34 lines
782 B
JSON
34 lines
782 B
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
|
|
}
|
|
}
|
|
}
|
|
}
|