summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/appsettings.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-07-24 22:11:51 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 18:59:15 -0400
commit95f261b1f30d8c5ad6c179cd75a220dcca3c6395 (patch)
tree41a1d9c36078c1e5018f1cfcda587ec2ca9ccca6 /src/SMAPI.Web/appsettings.json
parent890c6b3ea7c4aedf4a9130aceff8d80c78bd6e0f (diff)
downloadSMAPI-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.json1
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",