about summary refs log tree commit diff
path: root/MatrixMediaGate/appsettings.Development.json
blob: 56b83e66b2d9651a38a4fc1befa89a35f85e9c7f (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": "Warning",
      "Microsoft.AspNetCore.Routing": "Warning",
      "Microsoft.AspNetCore.Mvc": "Warning"
    }
  },
  "ProxyConfiguration": {
    "Upstream": "http://matrix.rory.gay",
    "Host": "matrix-rory-gay.localhost",
    "TrustedServers": [
      "rory.gay"
    ]
  }
}