24 lines
424 B
JSON
24 lines
424 B
JSON
{
|
|
"$schema" : "./umbraco/config/appsettings-schema.json",
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"System": "Warning"
|
|
}
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"umbracoDbDSN": ""
|
|
},
|
|
"Umbraco": {
|
|
"CMS": {
|
|
"Hosting": {
|
|
"Debug": false
|
|
}
|
|
}
|
|
}
|
|
}
|