summaryrefslogtreecommitdiff
path: root/appsettings.json
blob: 11d47b99506d4f7e2b0f27ad3982c59336742674 (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=lottery;Username=luis"
  },
  "Jwt": {
      "Key": "310e0109bf9beb5f9130c59ada2b27cd7073a3b8c32d6e0f"
  },
  "AllowedHosts": "*"
}