aboutsummaryrefslogtreecommitdiff
path: root/src/Web/DevHive.Web/appsettings.json
blob: fcf9805091d02f3e101c78aec3539038d55fa0e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "Jwt": {
    "signingKey": "",
    "validationIssuer": "",
    "audience": ""
  },
  "ConnectionStrings": {
    "DEV": "Server=localhost;Port=5432;Database=API;User Id=postgres;Password=;"
  },
  "Cloud": {
    "cloudName": "devhive",
    "apiKey": "488664116365813",
    "apiSecret": ""
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  }
}