summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/appsettings.Development.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-12-21 15:41:55 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-12-21 15:41:55 -0500
commit242dc718cdedf2c7a264670008b9f760eba160d9 (patch)
treea8fc18201ae4ba8b3ff9b1652c8e0eeeff890b36 /src/SMAPI.Web/appsettings.Development.json
parent02f645900eb31648376abe21df30dd956221ad90 (diff)
downloadSMAPI-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.json7
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": {