summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/appsettings.Development.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI.Web/appsettings.Development.json')
-rw-r--r--src/SMAPI.Web/appsettings.Development.json21
1 files changed, 7 insertions, 14 deletions
diff --git a/src/SMAPI.Web/appsettings.Development.json b/src/SMAPI.Web/appsettings.Development.json
index 6b32f4ab..54460c46 100644
--- a/src/SMAPI.Web/appsettings.Development.json
+++ b/src/SMAPI.Web/appsettings.Development.json
@@ -8,28 +8,21 @@
*/
{
- "Site": {
- "BetaEnabled": false,
- "BetaBlurb": null
- },
-
"ApiClients": {
- "AmazonAccessKey": null,
- "AmazonSecretKey": null,
+ "AzureBlobConnectionString": null,
"GitHubUsername": null,
"GitHubPassword": null,
- "NexusApiKey": null,
-
- "PastebinUserKey": null,
- "PastebinDevKey": null
+ "NexusApiKey": null
},
"MongoDB": {
- "Host": "localhost",
- "Username": null,
- "Password": null,
+ "ConnectionString": null,
"Database": "smapi-edge"
+ },
+
+ "BackgroundServices": {
+ "Enabled": true
}
}