/* This contains the default settings for the web app. Login credentials and contextual settings are configured via appsettings.Development.json locally, or environment properties in AWS. */ { "Logging": { "IncludeScopes": false, "LogLevel": { "Default": "Warning", "Hangfire": "Information" } }, "Site": { "RootUrl": null, // see top note "ModListUrl": null, // see top note "LogParserUrl": null, // see top note "JsonValidatorUrl": null, // see top note "BetaEnabled": null, // see top note "BetaBlurb": null // see top note }, "ApiClients": { "UserAgent": "SMAPI/{0} (+https://smapi.io)", "ChucklefishBaseUrl": "https://community.playstarbound.com", "ChucklefishModPageUrlFormat": "resources/{0}", "GitHubBaseUrl": "https://api.github.com", "GitHubAcceptHeader": "application/vnd.github.v3+json", "GitHubUsername": null, // see top note "GitHubPassword": null, // see top note "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", "PastebinBaseUrl": "https://pastebin.com/", "PastebinUserKey": null, // see top note "PastebinDevKey": null // see top note }, "MongoDB": { "Host": null, // see top note "Username": null, // see top note "Password": null, // see top note "Database": null // see top note }, "ModCompatibilityList": { "StaleMinutes": 15 }, "BackgroundServices": { "Enabled": true }, "ModUpdateCheck": { "SuccessCacheMinutes": 60, "ErrorCacheMinutes": 5, "CompatibilityPageUrl": "https://mods.smapi.io" } }