mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Handle tenants config on Azure
--HG-- branch : dev
This commit is contained in:
@@ -16,17 +16,11 @@
|
||||
<component instance-scope="single-instance"
|
||||
type="Orchard.Azure.Storage.AzureBlobStorageProvider, Orchard.Azure"
|
||||
service="Orchard.Storage.IStorageProvider">
|
||||
<parameters>
|
||||
<parameter name="shellName" value="Default" />
|
||||
</parameters>
|
||||
</component>
|
||||
|
||||
<component instance-scope="single-instance"
|
||||
type="Orchard.Azure.Environment.Configuration.AzureAppDataFolder, Orchard.Azure"
|
||||
service="Orchard.Environment.Configuration.IAppDataFolder">
|
||||
<parameters>
|
||||
<parameter name="shellName" value="Default" />
|
||||
</parameters>
|
||||
</component>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user