aboutsummaryrefslogtreecommitdiff
path: root/Timeline/appsettings.json
blob: a914603c12a30a07f720113ed1488134f620ce50 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "Logging": {
    "LogLevel": {
      "Default": "Warning"
    }
  },
  "JwtConfig": {
    "Issuer": "crupest.xyz",
    "Audience": "crupest.xyz"
  }
}