summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/appsettings.json
blob: f99748d697c3e8bfa2a4d347eafec2964700e9d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "Logging": {
    "IncludeScopes": false,
    "LogLevel": {
      "Default": "Warning"
    }
  },
  "ModUpdateCheck": {
    "CacheMinutes": 60,
    "SemanticVersionRegex": "^(?>(?<major>0|[1-9]\\d*))\\.(?>(?<minor>0|[1-9]\\d*))(?>(?:\\.(?<patch>0|[1-9]\\d*))?)(?:-(?<prerelease>(?>[a-z0-9]+[\\-\\.]?)+))?$",

    "ChucklefishKey": "Chucklefish",
    "ChucklefishUserAgent": "SMAPI/{0} (+https://github.com/Pathoschild/SMAPI)",
    "ChucklefishBaseUrl": "https://community.playstarbound.com",
    "ChucklefishModPageUrlFormat": "resources/{0}",

    "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",
    "GitHubUsername": null, /* set via environment properties */
    "GitHubPassword": null, /* set via environment properties */

    "NexusKey": "Nexus",
    "NexusUserAgent": "Nexus Client v0.63.15",
    "NexusBaseUrl": "http://www.nexusmods.com/stardewvalley",
    "NexusModUrlFormat": "mods/{0}"
  },
  "LogParser": {
    "SectionUrl": null, /* set via environment properties */
    "PastebinBaseUrl": "https://pastebin.com/",
    "PastebinUserAgent": "SMAPI/{0} (+https://github.com/Pathoschild/SMAPI)",
    "PastebinDevKey": "b8219d942109d1e60ebb14fbb45f06f9"
  }
}