summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/appsettings.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-18 19:23:26 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-05-18 19:23:26 -0400
commit3a161a30a7faa2d69ebe08938cd68f43921b4a81 (patch)
tree35e25eb7ca0132cd42421fc282b1633073fa8dc9 /src/SMAPI.Web/appsettings.json
parent5731b015a0c548ac72e0d7ce9c4153aa52da3562 (diff)
downloadSMAPI-3a161a30a7faa2d69ebe08938cd68f43921b4a81.tar.gz
SMAPI-3a161a30a7faa2d69ebe08938cd68f43921b4a81.tar.bz2
SMAPI-3a161a30a7faa2d69ebe08938cd68f43921b4a81.zip
update for the new CurseForge API
Diffstat (limited to 'src/SMAPI.Web/appsettings.json')
-rw-r--r--src/SMAPI.Web/appsettings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SMAPI.Web/appsettings.json b/src/SMAPI.Web/appsettings.json
index 1231f824..10fcbe9c 100644
--- a/src/SMAPI.Web/appsettings.json
+++ b/src/SMAPI.Web/appsettings.json
@@ -31,7 +31,8 @@
"ChucklefishBaseUrl": "https://community.playstarbound.com",
"ChucklefishModPageUrlFormat": "resources/{0}",
- "CurseForgeBaseUrl": "https://addons-ecs.forgesvc.net/api/v2/",
+ "CurseForgeBaseUrl": "https://api.curseforge.com/v1/",
+ "CurseForgeApiKey": null,
"GitHubBaseUrl": "https://api.github.com",
"GitHubAcceptHeader": "application/vnd.github.v3+json",