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.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/SMAPI.Web/appsettings.json b/src/SMAPI.Web/appsettings.json
index 1837170b..0265a928 100644
--- a/src/SMAPI.Web/appsettings.json
+++ b/src/SMAPI.Web/appsettings.json
@@ -75,6 +75,11 @@
"ID": "MartyrPher.SMAPI-Android-Installer",
"AllowNonStandardVersions": true
}
- ]
+ ],
+ "SmapiInfo": {
+ "ID": "Pathoschild.SMAPI",
+ "DefaultUpdateKey": "GitHub:Pathoschild/SMAPI",
+ "AddBetaUpdateKeys": [ "Nexus:2400" ]
+ }
}
}