diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-21 15:41:55 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-21 15:41:55 -0500 |
commit | 242dc718cdedf2c7a264670008b9f760eba160d9 (patch) | |
tree | a8fc18201ae4ba8b3ff9b1652c8e0eeeff890b36 /src/SMAPI.Web/appsettings.Development.json | |
parent | 02f645900eb31648376abe21df30dd956221ad90 (diff) | |
download | SMAPI-242dc718cdedf2c7a264670008b9f760eba160d9.tar.gz SMAPI-242dc718cdedf2c7a264670008b9f760eba160d9.tar.bz2 SMAPI-242dc718cdedf2c7a264670008b9f760eba160d9.zip |
switch to Azure Blob storage for saving files
Diffstat (limited to 'src/SMAPI.Web/appsettings.Development.json')
-rw-r--r-- | src/SMAPI.Web/appsettings.Development.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/SMAPI.Web/appsettings.Development.json b/src/SMAPI.Web/appsettings.Development.json index 74ded25d..05f0da1d 100644 --- a/src/SMAPI.Web/appsettings.Development.json +++ b/src/SMAPI.Web/appsettings.Development.json @@ -12,13 +12,12 @@ "AmazonAccessKey": null, "AmazonSecretKey": null, + "AzureBlobConnectionString": null, + "GitHubUsername": null, "GitHubPassword": null, - "NexusApiKey": null, - - "PastebinUserKey": null, - "PastebinDevKey": null + "NexusApiKey": null }, "MongoDB": { |