diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-07-24 22:11:51 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 18:59:15 -0400 |
commit | 95f261b1f30d8c5ad6c179cd75a220dcca3c6395 (patch) | |
tree | 41a1d9c36078c1e5018f1cfcda587ec2ca9ccca6 /src/SMAPI.Web/appsettings.json | |
parent | 890c6b3ea7c4aedf4a9130aceff8d80c78bd6e0f (diff) | |
download | SMAPI-95f261b1f30d8c5ad6c179cd75a220dcca3c6395.tar.gz SMAPI-95f261b1f30d8c5ad6c179cd75a220dcca3c6395.tar.bz2 SMAPI-95f261b1f30d8c5ad6c179cd75a220dcca3c6395.zip |
fetch mod info from Nexus API if the web page is hidden due to adult content (#651)
Diffstat (limited to 'src/SMAPI.Web/appsettings.json')
-rw-r--r-- | src/SMAPI.Web/appsettings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.Web/appsettings.json b/src/SMAPI.Web/appsettings.json index 77d13924..3ea37dea 100644 --- a/src/SMAPI.Web/appsettings.json +++ b/src/SMAPI.Web/appsettings.json @@ -39,6 +39,7 @@ "ModDropApiUrl": "https://www.moddrop.com/api/mods/data", "ModDropModPageUrl": "https://www.moddrop.com/sdv/mod/{0}", + "NexusApiKey": null, // see top note "NexusBaseUrl": "https://www.nexusmods.com/stardewvalley/", "NexusModUrlFormat": "mods/{0}", "NexusModScrapeUrlFormat": "mods/{0}?tab=files", |