aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/appsettings.json
blob: 5098b4ae4066c7e77c2d48c37c87c0ae87d12e0c (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "Logging": {
    "LogLevel": {
      "Default": "Warning"
    }
  },
  "Jwt": {
    "Issuer": "timeline.crupest.life",
    "Audience": "timeline.crupest.life"
  }
}