aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/appsettings.json
blob: d620c14e0b48206a4a4ebf60f92b3c7dd6fd1c36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
 "AppSettings": {
  	"Secret": "gXfQlU6qpDleFWyimscjYcT3tgFsQg3yoFjcvSLxG56n1Vu2yptdIUq254wlJWjm"
  },
  "ConnectionStrings" : {
    "DEV": "Server=localhost;Port=5432;Database=API;User Id=postgres;Password=;"
  },
  "Logging" : {
    "LogLevel" : {
      "Default" : "Information",
      "Microsoft" : "Warning",
      "Microsoft.Hosting.Lifetime" : "Information"
    }
  }
}