about summary refs log tree commit diff
path: root/MatrixMediaGate/appsettings.Development.json
blob: 2763a9a160e2e9e17ac5aebad43e2502489f0a0c (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",
    "Host": "matrix-rory-gay.localhost",
    "TrustedServers": [
      "rory.gay"
    ]
  }
}