summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/appsettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI.Web/appsettings.json')
-rw-r--r--src/SMAPI.Web/appsettings.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/SMAPI.Web/appsettings.json b/src/SMAPI.Web/appsettings.json
index 22fd7396..0265a928 100644
--- a/src/SMAPI.Web/appsettings.json
+++ b/src/SMAPI.Web/appsettings.json
@@ -17,8 +17,7 @@
"Site": {
"BetaEnabled": false,
- "BetaBlurb": null,
- "SupporterList": null
+ "OtherBlurb": null
},
"ApiClients": {
@@ -76,6 +75,11 @@
"ID": "MartyrPher.SMAPI-Android-Installer",
"AllowNonStandardVersions": true
}
- ]
+ ],
+ "SmapiInfo": {
+ "ID": "Pathoschild.SMAPI",
+ "DefaultUpdateKey": "GitHub:Pathoschild/SMAPI",
+ "AddBetaUpdateKeys": [ "Nexus:2400" ]
+ }
}
}