Files
Umbraco-CMS/src/Umbraco.Web.UI.NetCore/appsettings.Development.json
2020-09-18 07:46:36 +02:00

34 lines
713 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
}
}
}
}