mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
32 lines
1.0 KiB
XML
32 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
|
|
<configSections>
|
|
<section name="autofac" type="Autofac.Configuration.SectionHandler, Autofac.Configuration"/>
|
|
</configSections>
|
|
|
|
<autofac defaultAssembly="Orchard.Framework">
|
|
<components>
|
|
|
|
<component instance-scope="single-instance"
|
|
type="Orchard.Azure.Environment.Configuration.AzureShellSettingsManager, Orchard.Azure"
|
|
service="Orchard.Environment.Configuration.IShellSettingsManager">
|
|
</component>
|
|
|
|
<component instance-scope="single-instance"
|
|
type="Orchard.Azure.Storage.AzureBlobStorageProvider, Orchard.Azure"
|
|
service="Orchard.Storage.IStorageProvider">
|
|
</component>
|
|
|
|
<component instance-scope="single-instance"
|
|
type="Orchard.Azure.Environment.Configuration.AzureAppDataFolder, Orchard.Azure"
|
|
service="Orchard.Environment.Configuration.IAppDataFolder">
|
|
</component>
|
|
|
|
|
|
</components>
|
|
</autofac>
|
|
|
|
</configuration>
|
|
|