Files
Umbraco-CMS/src/Umbraco.Web.UI.NetCore/appsettings.Development.json
2020-08-24 14:15:53 +02:00

17 lines
325 B
JSON

{
"Umbraco": {
"CMS": {
"Global":{
"Smtp": {
"From": "your@email.here",
"Host": "localhost",
"Port": "25"
}
},
"Hosting":{
"Debug": true
}
}
}
}