Moved umbraco file logging into minimal config
Signed-off-by: berg <mail@bergmania.dk>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"MinimumLevel": {
|
||||
"Default": "Information"
|
||||
},
|
||||
"WriteTo:1":
|
||||
"WriteTo":[
|
||||
{
|
||||
"Name": "Async",
|
||||
"Args": {
|
||||
@@ -14,15 +14,15 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
"Umbraco": {
|
||||
"CMS": {
|
||||
"Global":{
|
||||
"Smtp": {
|
||||
// "From": "your@email.here",
|
||||
// "Host": "localhost",
|
||||
// "Port": "25"
|
||||
"From": "your@email.here",
|
||||
"Host": "localhost",
|
||||
"Port": "25"
|
||||
}
|
||||
},
|
||||
"Hosting":{
|
||||
|
||||
Reference in New Issue
Block a user