mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Cleaned up Web.config comments in Orchard.Web.
This commit is contained in:
parent
375738df93
commit
063ea025e6
@ -14,6 +14,8 @@
|
||||
<appSettings>
|
||||
<add key="webpages:Enabled" value="false"/>
|
||||
<add key="log4net.Config" value="Config\log4net.config"/>
|
||||
<!-- Set value to a Windows Azure Storage Account connection string before enabling Orchard.Azure.MediaStorage. -->
|
||||
<add key="Orchard.Media.StorageConnectionString" value=""/>
|
||||
</appSettings>
|
||||
|
||||
<system.web.webPages.razor>
|
||||
@ -33,9 +35,8 @@
|
||||
</system.web.webPages.razor>
|
||||
|
||||
<!--
|
||||
Uncomment below to store session state in Windows Azure Cache.
|
||||
To use the in-role flavor of Windows Azure Caching, set {CacheHostIdentifier} to be the cache cluster role name.
|
||||
To use the Windows Azure Caching Service, set {CacheHostIdentifier} to be the endpoint of the cache cluster.
|
||||
Uncomment below to store session state in Windows Azure Cache Service.
|
||||
Set {CacheHostIdentifier} to be the endpoint of the cache cluster.
|
||||
-->
|
||||
<!--<dataCacheClients>
|
||||
<dataCacheClient name="DefaultCacheClient" useLegacyProtocol="false" connectionPool="true" maxConnectionsToServer="20">
|
||||
|
Loading…
Reference in New Issue
Block a user