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

13 lines
220 B
JSON

{
"ConnectionStrings": {
"umbracoDbDSN": ""
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}