43 lines
946 B
JSON
43 lines
946 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": {
|
|
//#if (HasNoNodesViewPath || UseHttpsRedirect)
|
|
"Global": {
|
|
"SanitizeTinyMce": true,
|
|
//#if (!HasNoNodesViewPath && UseHttpsRedirect)
|
|
"UseHttps": true
|
|
//#elseif (UseHttpsRedirect)
|
|
"UseHttps": true,
|
|
//#endif
|
|
//#if (HasNoNodesViewPath)
|
|
"NoNodesViewPath": "NO_NODES_VIEW_PATH_FROM_TEMPLATE"
|
|
//#endif
|
|
|
|
},
|
|
//#endif
|
|
"Hosting": {
|
|
"Debug": false
|
|
},
|
|
"Content": {
|
|
"ContentVersionCleanupPolicy": {
|
|
"EnableCleanup": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|