Changed Host.config files to use AzureConfigShellSettingsManager.

This commit is contained in:
Daniel Stolt
2013-08-24 20:35:52 +02:00
committed by Sebastien Ros
parent 92f8d0df80
commit 95087800bd
3 changed files with 7 additions and 7 deletions

View File

@@ -7,8 +7,8 @@
<autofac defaultAssembly="Orchard.Framework">
<components>
<!-- Configure Orchard to read shell settings (Settings.txt) from Azure Blob Storage. -->
<component instance-scope="single-instance" type="Orchard.Azure.Services.Environment.Configuration.AzureBlobShellSettingsManager, Orchard.Azure" service="Orchard.Environment.Configuration.IShellSettingsManager"></component>
<!-- Configure Orchard to store shell settings (Settings.txt) in platform configuration and Azure Blob Storage. -->
<component instance-scope="single-instance" type="Orchard.Azure.Services.Environment.Configuration.AzureConfigShellSettingsManager, Orchard.Azure" service="Orchard.Environment.Configuration.IShellSettingsManager"></component>
</components>
</autofac>

View File

@@ -7,11 +7,11 @@
<autofac defaultAssembly="Orchard.Framework">
<!-- Uncomment below to have Orchard store shell settings (Settings.txt) in Azure Blob Storage (useful when running multiple instances on Azure Web sites). -->
<!-- Uncomment below to have Orchard store shell settings (Settings.txt) in platform configuration and Azure Blob Storage (useful when running multiple instances on Azure Web sites). -->
<!--<components>
<component instance-scope="single-instance" type="Orchard.Azure.Services.Environment.Configuration.AzureBlobShellSettingsManager, Orchard.Azure" service="Orchard.Environment.Configuration.IShellSettingsManager"></component>
<component instance-scope="single-instance" type="Orchard.Azure.Services.Environment.Configuration.AzureConfigShellSettingsManager, Orchard.Azure" service="Orchard.Environment.Configuration.IShellSettingsManager"></component>
</components>-->
</autofac>
</configuration>

View File

@@ -10,11 +10,11 @@ Features:
Name: Windows Azure Output Cache
Description: Activates an Orchard output cache provider that targets Windows Azure Cache.
Dependencies: Orchard.OutputCache
Category: Hosting
Category: Performance
Orchard.Azure.DatabaseCache:
Name: Windows Azure Database Cache
Description: Activates an NHibernate second-level cache provider that targets Windows Azure Cache.
Category: Hosting
Category: Performance
Orchard.Azure.MediaStorage:
Name: Windows Azure Media Storage
Description: Activates an Orchard media storage provider that targets Windows Azure Blob Storage.