AB#5822 - Moved config

This commit is contained in:
Bjarke Berg
2020-03-25 13:29:40 +01:00
parent b23c508c54
commit 8a0f031d6d
3 changed files with 10 additions and 10 deletions

View File

@@ -2,7 +2,11 @@
"ConnectionStrings": {
"umbracoDbDSN": ""
},
"Logging": {
"RuntimeMinification": {
"dataFolder" : "../App_Data/Smidge",
"version" : "1"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
@@ -84,10 +88,6 @@
]
}
},
"Smidge": {
"dataFolder" : "App_Data/Smidge",
"version" : "1"
}
}
}
}