aboutsummaryrefslogtreecommitdiff
path: root/Timeline/appsettings.json
blob: 74d3da4e9b09ae642f9a1952e6b332130e182219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "Logging": {
    "LogLevel": {
      "Default": "Warning"
    }
  },
  "JwtConfig": {
    "Issuer": "crupest.xyz",
    "Audience": "crupest.xyz"
  },
  "TodoPageConfig": {
    "GithubInfo": {
      "Owner": "crupest",
      "Repository": "Timeline"
    }
  }
}