about summary refs log tree commit diff
path: root/MatrixUtils.Desktop/appsettings.Development.json
blob: baec0e22ce33a69a764ee6fc7f29e0af74895784 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "Logging": {
    "LogLevel": {
      "Default": "Debug",
      "System": "Information",
      "Microsoft": "Information"
    }
  },
  "RMUDesktop": {
    "DataStoragePath": "rmu-desktop/data",
    "CacheStoragePath": "rmu-desktop/cache"
  }
}