Skip to content

Commit d34c6a4

Browse files
authored
Merge pull request #6703 from enkelmedia/patch-14
Update runtime-modes.md
2 parents 4e19ecf + 9d73569 commit d34c6a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

15/umbraco-cms/fundamentals/setup/server-setup/runtime-modes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ The recommended approach to enable `Production` mode is to update the `appsettin
8484
"Runtime": {
8585
"Mode": "Production"
8686
},
87+
"Hosting": {
88+
"Debug": false
89+
},
8790
"Global": {
8891
"UseHttps": true
8992
},
@@ -92,6 +95,10 @@ The recommended approach to enable `Production` mode is to update the `appsettin
9295
},
9396
"WebRouting": {
9497
"UmbracoApplicationUrl": "https://<REPLACE_WITH_YOUR_PRIMARY_DOMAIN>/"
98+
},
99+
"RuntimeMinification": {
100+
"UseInMemoryCache": true,
101+
"CacheBuster": "AppDomain"
95102
}
96103
}
97104
}

0 commit comments

Comments
 (0)