Updated default config files

This commit is contained in:
Bjarke Berg
2020-08-24 14:15:53 +02:00
parent 31e8acb875
commit c0d4516e15
5 changed files with 71 additions and 16793 deletions

View File

@@ -1,9 +1,16 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
"Umbraco": {
"CMS": {
"Global":{
"Smtp": {
"From": "your@email.here",
"Host": "localhost",
"Port": "25"
}
},
"Hosting":{
"Debug": true
}
}
}
}
}