summary refs log tree commit diff
path: root/host/Rory-nginx/services/matrix/appsettings.matrix-rory-gay.json
blob: 5ce983fd6127cf1aaa95d1c321ba908e3329a6e2 (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://matrix-rory-gay.localhost",
    "Host": "matrix.rory.gay",
    "TrustedServers": [
      "rory.gay"
    ]
  }
}