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:
@@ -9,8 +9,8 @@ namespace Orchard.Azure.Environment.Configuration {
|
||||
|
||||
private readonly AzureFileSystem _fs;
|
||||
|
||||
public AzureAppDataFolder(string shellName) {
|
||||
_fs = new AzureFileSystem("appdata", shellName, true);
|
||||
public AzureAppDataFolder() {
|
||||
_fs = new AzureFileSystem("appdata", null, true);
|
||||
}
|
||||
|
||||
public void CreateFile(string path, string content) {
|
||||
|
Reference in New Issue
Block a user