diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-18 19:23:26 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-05-18 19:23:26 -0400 |
commit | 3a161a30a7faa2d69ebe08938cd68f43921b4a81 (patch) | |
tree | 35e25eb7ca0132cd42421fc282b1633073fa8dc9 /src/SMAPI.Web/appsettings.json | |
parent | 5731b015a0c548ac72e0d7ce9c4153aa52da3562 (diff) | |
download | SMAPI-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.json | 3 |
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", |