about summary refs log tree commit diff
path: root/Utilities/LibMatrix.FederationTest/appsettings.Development.json
blob: b6c615146e76d7a72dd212e8c177bbeb7c47a795 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Information",
      "Microsoft.AspNetCore.Routing": "Warning"
    }
  },
  "FederationTest": {
    "ServerName": "libmatrix-fed-test.rory.gay",
    "KeyStorePath": "./.keys"
  }
}