summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI.Web/appsettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/StardewModdingAPI.Web/appsettings.json')
-rw-r--r--src/StardewModdingAPI.Web/appsettings.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/StardewModdingAPI.Web/appsettings.json b/src/StardewModdingAPI.Web/appsettings.json
index 1e624055..f996157c 100644
--- a/src/StardewModdingAPI.Web/appsettings.json
+++ b/src/StardewModdingAPI.Web/appsettings.json
@@ -7,6 +7,13 @@
},
"ModUpdateCheck": {
"CacheMinutes": 60,
+
+ "GitHubKey": "GitHub",
+ "GitHubUserAgent": "SMAPI/{0} (+https://github.com/Pathoschild/SMAPI)",
+ "GitHubBaseUrl": "https://api.github.com",
+ "GitHubReleaseUrlFormat": "repos/{0}/releases/latest",
+ "GitHubAcceptHeader": "application/vnd.github.v3+json",
+
"NexusKey": "Nexus",
"NexusUserAgent": "Nexus Client v0.63.15",
"NexusBaseUrl": "http://www.nexusmods.com/stardewvalley",