summary refs log tree commit diff
path: root/host/Rory-nginx/services/matrix/appsettings.conduit-rory-gay.json
blob: f1e8d6a319c4313a71bdbdc7362788c9d4e3660b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Information",
      "Microsoft.AspNetCore.Routing": "Warning",
      "Microsoft.AspNetCore.Mvc": "Warning"
    }
  },
  "ProxyConfiguration": {
    "Upstream": "http://127.0.0.1:6167",
    "Host": "conduit.rory.gay",
    "TrustedServers": [
      "conduit.rory.gay"
    ]
  }
}