summary refs log tree commit diff
path: root/MxApiExtensions/appsettings.json
blob: 0163bad5048c95107635c8c768fc550716e85e7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "MxSyncCache": {
    "Homeserver": "https://matrix.rory.gay"
  }
}