You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A comma-separated list of all the folders in your directory to be left alone by Umbraco. If you have folders with custom files, add them to this setting to make sure Umbraco leaves them alone.
77
79
78
80
{% hint style="warning" %} Adding additional values to the Reserves URLs and Reserved Paths will overwrite default/current values. This causes performance issues as well. {% endhint %}
79
81
80
82
### Timeout
81
83
82
-
Key: `TimeOut` (default: `00:20:00`)
84
+
Key: `TimeOut`
85
+
Type: `string` (default: `00:20:00`)
83
86
84
87
Configure the session timeout to determine how much time without a request being made can pass before the user is required to log in again. The session timeout format needs to be set as `HH:MM:SS`. Any activity within the backoffice will reset the timer.
85
88
86
89
{% hint style="info" %} Long session timeouts raise data exposure and unauthorized access risks. Thus, it's vital to establish a reasonable timeout to mitigate security risks. {% endhint %}
87
90
88
91
### Default UI language
89
92
90
-
Key: `DefaultUILanguage` (default: `en-US`)
93
+
Key: `DefaultUILanguage`
94
+
Type: `string` (default: `en-US`)
91
95
92
96
The default language to use in the backoffice if a user isn't explicitly assigned one.
93
97
94
98
### Hide top level nodes from path
95
99
96
-
Key: `HideTopLevelNodeFromPath`
100
+
Key: `HideTopLevelNodeFromPath`
101
+
Type: `bool` (default: `true`)
97
102
98
103
If you are running multiple sites, you don't want the top level node in your URL and can disable it with this setting.
99
104
100
105
### Use https
101
106
102
-
Key: `UseHttps` (default: `false`)
107
+
Key: `UseHttps`
108
+
Type: `bool` (default: `false`)
103
109
104
110
Makes sure that all of the requests in the backoffice are called over HTTPS instead of HTTP when set to true.
105
111
106
112
### Version check period
107
113
108
-
Key: `VersionCheckPeriod` (default: `7`)
114
+
Key: `VersionCheckPeriod`
115
+
Type: `int` (default: `7`)
109
116
110
117
When this value is set above 0, the backoffice will check for a new version of Umbraco every 'x' number of days where 'x' is the value defined for this setting. Set this value to 0 to never check for a new version.
By adding this value you can specify a new/different folder for storing your icon resources. It's important to be aware of NetCore's limitations regarding serving static file content. By default, static content will only be served from the `wwwroot` folder.
117
125
118
126
### Umbraco CSS path
119
127
120
-
Key: `UmbracoCssPath` (default: `~/css`)
128
+
Key: `UmbracoCssPath`
129
+
Type: `string` (default: `~/css`)
121
130
122
131
By adding this you can specify a new/different folder for storing your CSS files, and still be able to edit them within Umbraco. It's also important to be aware of NetCores limitations regarding serving static file content here as well, by default, static content will only be served from the wwwroot folder. For more info see [Extending filesystem](../../extending/filesystemproviders/)
123
132
124
133
### Umbraco scripts path
125
134
126
-
Key: `UmbracoScriptsPath` (default: `~/scripts`)
135
+
Key: `UmbracoScriptsPath`
136
+
Type: `string` (default: `~/scripts`)
127
137
128
138
By adding this you can specify a new/different folder for storing your script/js files, and still be able to edit them within Umbraco. It's also important to be aware of NetCores limitations regarding serving static file content here as well, by default, static content will only be served from the wwwroot folder. For more info see [Extending filesystem](../../extending/filesystemproviders/)
129
139
130
140
### Umbraco media path
131
141
132
-
Key: `UmbracoMediaPath` (default: `~/media`)
142
+
Key: `UmbracoMediaPath`
143
+
Type: `string` (default: `~/media`)
133
144
134
145
By adding this you can specify a new/different folder for storing your media files, and still be able to edit them within Umbraco. It's also important to be aware of NetCores limitations regarding serving static file content here as well, by default, static content will only be served from the wwwroot folder. For more info see [Extending filesystem](../../extending/filesystemproviders/)
By adding this you can specify a new/different folder for storing your media files elsewhere on the server. Unlike `UmbracoMediaPath`, this does not change the relative path that media is served from (e.g. /media) but allows for files to be stored **outside** of the wwwroot folder. Both relative paths (../../Shared/Media) and absolute server paths (X:/Shared/Media) are supported. For more info see [Extending filesystem](../../extending/filesystemproviders/)
141
153
142
154
### Install missing database
143
155
144
-
Key: `InstallMissingDatabase` (default: `false`)
156
+
Key: `InstallMissingDatabase`
157
+
Type: `bool` (default: `false`)
145
158
146
159
This is not a setting that commonly needs to be configured.
147
160
148
161
If enabled Umbraco will try to automatically install the database when it's missing. This is primarily used in conjuction with unattended installs.
This is not a setting that commonly needs to be configured.
155
169
156
170
This value is primarily used on Umbraco Cloud for a small startup performance optimization. When this is true, the website instance will automatically be configured to not support load balancing and the website instance will be configured to be the 'primary' server for scheduling so no [primary election](../../fundamentals/setup/server-setup/load-balancing/file-system-replication.md) occurs. This will save 1 database call during startup.
This is not a setting that commonly needs to be configured.
163
178
164
179
This setting is used to specify which sql server version that the database is running, this setting is only required if you use SqlServer 2008, if this is the case set the setting to `"SqlServer.V2008"`
165
180
166
181
### Main dom lock
167
182
168
-
Key: `MainDomLock`
183
+
Key: `MainDomLock`
184
+
Type: `string`
169
185
170
186
Specifies the implementation of IMainDomLock to be used.
171
187
@@ -181,7 +197,8 @@ The default implementation unless configured otherwise is `FileSystemMainDomLock
181
197
182
198
### Main dom key discriminator
183
199
184
-
Key: `MainDomKeyDiscriminator`
200
+
Key: `MainDomKeyDiscriminator`
201
+
Type: `string`
185
202
186
203
For advanced use cases e.g. deployment slot swapping on Azure app services.
187
204
@@ -199,21 +216,24 @@ It's worth noting that during the swap operation there is a period where both in
199
216
200
217
### Main dom release signal polling interval
201
218
202
-
Key: `MainDomReleaseSignalPollingInterval`
219
+
Key: `MainDomReleaseSignalPollingInterval`
220
+
Type: `string`
203
221
204
222
Gets or sets the duration (in milliseconds) for which the MainDomLock release signal polling task should sleep. The default value is 2000ms.
205
223
206
224
### Id
207
225
208
-
Key: `Id`
226
+
Key: `Id`
227
+
Type: `string`
209
228
210
229
This setting doesn't need to be configured.
211
230
212
231
This setting contains a unique ID used to identify your project, and is populated the first time your site runs, you shouldn't change this setting.
0 commit comments