New projects starts with history cleanup enabled by default

This commit is contained in:
Bjarke Berg
2021-11-02 10:19:41 +01:00
parent 08c283656e
commit 0c3c88609e

View File

@@ -29,6 +29,11 @@
//#endif
"Hosting": {
"Debug": false
},
"Content": {
"ContentVersionCleanupPolicy": {
"EnableCleanup": true
}
}
}
}