summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/appsettings.Development.json
blob: dc22791b63ede9c469bb5d3ac1b55bc569b7e2e7 (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
/*


  This file is committed to source control with the default settings, but added to .gitignore to
  avoid accidentally committing login details.



*/
{
  "Logging": {
    "IncludeScopes": false,
    "LogLevel": {
      "Default": "Debug",
      "System": "Information",
      "Microsoft": "Information"
    }
  },

  "Site": {
    "RootUrl": "http://localhost:59482/",
    "LogParserUrl": "http://localhost:59482/log/",
    "BetaEnabled": false,
    "BetaBlurb": null 
  },

  "ApiClients": {
    "GitHubUsername": null,
    "GitHubPassword": null,

    "PastebinUserKey": null,
    "PastebinDevKey": null
  }
}