Files
Umbraco-CMS/src/Umbraco.Web.UI.NetCore/appsettings.Development.json

17 lines
325 B
JSON
Raw Normal View History

2020-02-18 08:32:06 +01:00
{
2020-08-24 14:15:53 +02:00
"Umbraco": {
"CMS": {
"Global":{
"Smtp": {
"From": "your@email.here",
"Host": "localhost",
"Port": "25"
}
},
"Hosting":{
"Debug": true
}
}
2020-02-18 08:32:06 +01:00
}
}