Skip to content

Commit

Permalink
updating config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Jun 24, 2013
1 parent 4c80621 commit b942094
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 26 deletions.
10 changes: 6 additions & 4 deletions Documentation/Using-Umbraco/Config-files/webconfig6.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,27 @@ Coming soon!

##umbracoVersionCheckPeriod

Coming soon!
When this value is set above 0, the back office will check for new version of Umbraco every 'x' number of days where 'x' is the value defined for this setting. By default Umbraco ships with a value of '7'.

##umbracoDisableXsltExtensions

Coming soon!
***This setting will be removed in v7!***

##umbracoDefaultUILanguage

Coming soon!

##umbracoProfileUrl

Coming soon!
A legacy setting used for re-routing a member profile login page.

##umbracoUseSSL

Coming soon!

##umbracoContentXMLUseLocalTemp

Coming soon!
Generally set to 'false' but when set to 'true' the content xml file (normally stored @ ~/App_Data/umbraco.config) will be stored in the local servers' Temp (CodeGen) folder. This is handy for load balanced environments when the website is running from a central SAN based file system (non-replicated).

If you are not running a load balanced environment on a central SAN based file system (or similar) ensure that this setting remains set to 'false'.

66 changes: 44 additions & 22 deletions Documentation/Using-Umbraco/Config-files/webconfig7.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,63 +4,85 @@

_This section defines the appSetting parameters found in the web.config for versions 7+_

##umbracoConfigurationStatus
##Explicit settings

Coming soon!
_These are settings that require a value in the appSettings section of the web.config file_

##umbracoReservedUrls
###umbracoConfigurationStatus

Coming soon!

##umbracoReservedPaths
###umbracoReservedUrls

Coming soon!

##umbracoContentXML
###umbracoReservedPaths

Coming soon!

##umbracoStorageDirectory
###umbracoPath

Coming soon!

##umbracoPath
###umbracoHideTopLevelNodeFromPath

Coming soon!

##umbracoHideTopLevelNodeFromPath
###umbracoUseDirectoryUrls

Coming soon!

##umbracoUseDirectoryUrls
###umbracoTimeOutInMinutes

Coming soon!

##umbracoTimeOutInMinutes
###umbracoDefaultUILanguage

Coming soon!

##umbracoVersionCheckPeriod
###umbracoUseSSL

Coming soon!

##umbracoDisableXsltExtensions
##Optional settings

Coming soon!
_These are settings that have default values but can be overridden by creating the appSetting and setting it's value in the web.config_

##umbracoDefaultUILanguage
###umbracoContentXML

Coming soon!
The default value is:
*~/App_Data/umbraco.config*

##umbracoProfileUrl
The value must be set to a virtual path with a prefixed tilda (~)

Coming soon!
###umbracoStorageDirectory

##umbracoUseSSL
The default value is:
*~/App_Data*

Coming soon!
The value must be set to a virtual path with a prefixed tilda (~)

##umbracoContentXMLUseLocalTemp
It is recommended to not change this path.

Coming soon!

###umbracoContentXMLUseLocalTemp

The default value is:
*'false'*

Generally set to 'false' but when set to 'true' the content xml file (normally stored @ ~/App_Data/umbraco.config) will be stored in the local servers' Temp (CodeGen) folder. This is handy for load balanced environments when the website is running from a central SAN based file system (non-replicated).

If you are not running a load balanced environment on a central SAN based file system (or similar) ensure that this setting remains set to 'false'.

###umbracoProfileUrl

The default value is:
*'profiler'*

A legacy setting used for re-routing a member profile login page.

###umbracoVersionCheckPeriod

The default value is:
*'7'*

When this value is set above 0, the back office will check for new version of Umbraco every 'x' number of days where 'x' is the value defined for this setting. By default Umbraco ships with a value of '7'.

0 comments on commit b942094

Please sign in to comment.