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