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