aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/appsettings.json
blob: f49d9ab3a517d296ff6945bb5d6db65fc385c486 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "ConnectionStrings": {
    "LocalDBConnection": "Server=localhost;Port=5432;Database=TemplateContext;User Id=;Password=;"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*"
}