summaryrefslogtreecommitdiff
path: root/appsettings.Development.json
blob: 588f25891ccc98fdbe009ff98051d418138fe8fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "Jwt": {
    "Key": "3aa68fb64d638cd66a0485fce8fcdb49",
    "Issuer": "jwtissuer.com"
  }
}