summaryrefslogtreecommitdiff
path: root/appsettings.json
blob: 4404596a616dcb8e0a5349c09d5657a92607d1c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "ConnectionStrings": {
      "ApplicationDbContext": "Host=127.0.0.1;Database=identity;Username=luis"
  },
  "Jwt": {
      "Key": "3aa68fb64d638cd66a0485fce8fcdb49",
      "Issuer": "jwtissuer.com"
  },
  "AllowedHosts": "*"
}