From 0c3c88609e8326ff21bb8a1a53e2ca7af5905461 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Tue, 2 Nov 2021 10:19:41 +0100 Subject: [PATCH] New projects starts with history cleanup enabled by default --- build/templates/UmbracoProject/appsettings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/templates/UmbracoProject/appsettings.json b/build/templates/UmbracoProject/appsettings.json index feb6b07d95..d282abc86f 100644 --- a/build/templates/UmbracoProject/appsettings.json +++ b/build/templates/UmbracoProject/appsettings.json @@ -29,6 +29,11 @@ //#endif "Hosting": { "Debug": false + }, + "Content": { + "ContentVersionCleanupPolicy": { + "EnableCleanup": true + } } } }