aboutsummaryrefslogtreecommitdiff
path: root/src/Enmarcha.Backend/appsettings.json
blob: 3b9f47f863e883b25ebff4e913d4b8b5349b8083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning",
      "System.Net.Http.HttpClient": "Warning"
    },
    "Console": {
      "FormatterName": "simple",
      "FormatterOptions": {
        "SingleLine": true
      }
    }
  },
  "AllowedHosts": "*",
  "App": {
    "Vapid": {
      "Subject": "mailto:admin@example.com",
      "PublicKey": "",
      "PrivateKey": ""
    }
  }
}