{ "$schema": "./umbraco/config/appsettings-schema.json", "Serilog": { "MinimumLevel": { "Default": "Information", "Override": { "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information", "System": "Warning" } } }, "ConnectionStrings": { "umbracoDbDSN": null }, "Umbraco": { "CMS": { "Global": { "Id": "TELEMETRYID_FROM_TEMPLATE", //#if (UseHttpsRedirect) "UseHttps": true, //#endif //#if (HasNoNodesViewPath) "NoNodesViewPath": "NO_NODES_VIEW_PATH_FROM_TEMPLATE", //#endif "SanitizeTinyMce": true }, "Content": { "ContentVersionCleanupPolicy": { "EnableCleanup": true } } } } }