{ "$schema": "appsettings-schema.json", "Serilog": { "MinimumLevel": { "Default": "Information", "Override": { "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information", "System": "Warning" } } }, //#if (HasConnectionString) "ConnectionStrings": { "umbracoDbDSN": "CONNECTION_STRING_FROM_TEMPLATE", "umbracoDbDSN_ProviderName": "CONNECTION_STRING_PROVIDER_NAME_FROM_TEMPLATE" }, //#endif "Umbraco": { "CMS": { "Global": { "Id": "TELEMETRYID_FROM_TEMPLATE", //#if (UseHttpsRedirect || DevelopmentMode == "IDEDevelopment") "UseHttps": true, //#endif //#if (HasNoNodesViewPath) "NoNodesViewPath": "NO_NODES_VIEW_PATH_FROM_TEMPLATE", //#endif "SanitizeTinyMce": true }, "Content": { "AllowEditInvariantFromNonDefault": true, "ContentVersionCleanupPolicy": { "EnableCleanup": true } }, "Unattended": { "UpgradeUnattended": true }, //#if (UseDeliveryApi) "DeliveryApi": { "Enabled": true }, //#endif //#if (ModelsBuilderMode != "Default" && DevelopmentMode == "BackOfficeDevelopment") "ModelsBuilder": { "ModelsMode": "MODELS_MODE" }, //#endif //#if (DevelopmentMode == "IDEDevelopment") "Runtime": { "Mode": "Production" }, "ModelsBuilder": { "ModelsMode": "Nothing" }, //#endif "Security": { "AllowConcurrentLogins": false } } } }