mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Separating Orchard.Azure and Orchard.Azure.Media
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
public const string ShellSettingsContainerName = "sites"; // Container names must be lower case.
|
||||
public const string ShellSettingsFileName = "Settings.txt";
|
||||
|
||||
public const string MediaStorageFeatureName = "Orchard.Azure";
|
||||
public const string MediaStorageFeatureName = "Orchard.Azure.Media";
|
||||
public const string MediaStorageStorageConnectionStringSettingName = "Orchard.Azure.Media.StorageConnectionString";
|
||||
public const string MediaStorageContainerName = "media"; // Container names must be lower case.
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Name: Azure
|
||||
Name: Orchard.Azure
|
||||
AntiForgery: enabled
|
||||
Author: The Orchard Team
|
||||
Website: http://orchardproject.net
|
||||
@@ -6,7 +6,7 @@ Version: 1.0
|
||||
OrchardVersion: 1.7.2
|
||||
Description: Provides a set of Orchard service implementations targeting Windows Azure services.
|
||||
Features:
|
||||
Orchard.Azure:
|
||||
Orchard.Azure.Media:
|
||||
Name: Windows Azure Media Storage
|
||||
Description: Activates an Orchard media storage provider that targets Windows Azure Blob Storage.
|
||||
Category: Hosting
|
||||
|
||||
Reference in New Issue
Block a user