We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e19ecf + 9d73569 commit d34c6a4Copy full SHA for d34c6a4
15/umbraco-cms/fundamentals/setup/server-setup/runtime-modes.md
@@ -84,6 +84,9 @@ The recommended approach to enable `Production` mode is to update the `appsettin
84
"Runtime": {
85
"Mode": "Production"
86
},
87
+ "Hosting": {
88
+ "Debug": false
89
+ },
90
"Global": {
91
"UseHttps": true
92
@@ -92,6 +95,10 @@ The recommended approach to enable `Production` mode is to update the `appsettin
95
93
96
"WebRouting": {
94
97
"UmbracoApplicationUrl": "https://<REPLACE_WITH_YOUR_PRIMARY_DOMAIN>/"
98
99
+ "RuntimeMinification": {
100
+ "UseInMemoryCache": true,
101
+ "CacheBuster": "AppDomain"
102
}
103
104
0 commit comments