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.json11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/SMAPI.Web/appsettings.json b/src/SMAPI.Web/appsettings.json
index 9e3270ae..aba8c448 100644
--- a/src/SMAPI.Web/appsettings.json
+++ b/src/SMAPI.Web/appsettings.json
@@ -16,8 +16,10 @@
"Site": {
"RootUrl": null, // see top note
+ "ModListUrl": null, // see top note
"LogParserUrl": null, // see top note
- "EnableSmapiBeta": null // see top note
+ "BetaEnabled": null, // see top note
+ "BetaBlurb": null // see top note
},
"ApiClients": {
@@ -46,11 +48,6 @@
"SuccessCacheMinutes": 60,
"ErrorCacheMinutes": 5,
"SemanticVersionRegex": "^(?>(?<major>0|[1-9]\\d*))\\.(?>(?<minor>0|[1-9]\\d*))(?>(?:\\.(?<patch>0|[1-9]\\d*))?)(?:-(?<prerelease>(?>[a-z0-9]+[\\-\\.]?)+))?$",
-
- "ChucklefishKey": "Chucklefish",
- "GitHubKey": "GitHub",
- "NexusKey": "Nexus",
-
- "WikiCompatibilityPageUrl": "https://smapi.io/compat"
+ "CompatibilityPageUrl": "https://mods.smapi.io"
}
}