Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 965 Bytes

File metadata and controls

44 lines (32 loc) · 965 Bytes
versionFrom meta.Title meta.Description state verified-against update-links
9.0.0
Umbraco Hosting Settings
Information on the hosting settings section
complete
beta-3
true

Hosting settings

Hosting settings contains settings regarding the hosting of the site, such as application virtual path, local temporary storage location and debug.

A full configuration with default values can be seen here:

"Umbraco": {
  "CMS": {
    "Hosting": {
      "ApplicationVirtualPath": "/",
      "LocalTempStorageLocation": "Default",
      "Debug": false
    }
  }
}

Setting overview

Application virtual path

This setting specified the virtual path of the application, this path must start with a slash.

Local temp storage location

This setting specifies the location of the local temp storage.

Options:

  • Default
  • EnvironmentTemp

Debug

This setting allows you to run Umbraco in debug mode, by setting the value to true.