mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Changed Host.config files to use AzureConfigShellSettingsManager.
This commit is contained in:

committed by
Sebastien Ros

parent
92f8d0df80
commit
95087800bd
@@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
<autofac defaultAssembly="Orchard.Framework">
|
<autofac defaultAssembly="Orchard.Framework">
|
||||||
<components>
|
<components>
|
||||||
<!-- Configure Orchard to read shell settings (Settings.txt) from Azure Blob Storage. -->
|
<!-- 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.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>
|
</components>
|
||||||
</autofac>
|
</autofac>
|
||||||
|
|
||||||
|
@@ -7,9 +7,9 @@
|
|||||||
|
|
||||||
<autofac defaultAssembly="Orchard.Framework">
|
<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>
|
<!--<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>-->
|
</components>-->
|
||||||
|
|
||||||
</autofac>
|
</autofac>
|
||||||
|
@@ -10,11 +10,11 @@ Features:
|
|||||||
Name: Windows Azure Output Cache
|
Name: Windows Azure Output Cache
|
||||||
Description: Activates an Orchard output cache provider that targets Windows Azure Cache.
|
Description: Activates an Orchard output cache provider that targets Windows Azure Cache.
|
||||||
Dependencies: Orchard.OutputCache
|
Dependencies: Orchard.OutputCache
|
||||||
Category: Hosting
|
Category: Performance
|
||||||
Orchard.Azure.DatabaseCache:
|
Orchard.Azure.DatabaseCache:
|
||||||
Name: Windows Azure Database Cache
|
Name: Windows Azure Database Cache
|
||||||
Description: Activates an NHibernate second-level cache provider that targets Windows Azure Cache.
|
Description: Activates an NHibernate second-level cache provider that targets Windows Azure Cache.
|
||||||
Category: Hosting
|
Category: Performance
|
||||||
Orchard.Azure.MediaStorage:
|
Orchard.Azure.MediaStorage:
|
||||||
Name: Windows Azure Media Storage
|
Name: Windows Azure Media Storage
|
||||||
Description: Activates an Orchard media storage provider that targets Windows Azure Blob Storage.
|
Description: Activates an Orchard media storage provider that targets Windows Azure Blob Storage.
|
||||||
|
Reference in New Issue
Block a user