about summary refs log tree commit diff
path: root/MatrixRoomUtils.Desktop/appsettings.json
blob: 4164e87ae8023e32966acc080c9d783307fff526 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "Logging": {
        "LogLevel": {
            "Default": "Debug",
            "System": "Information",
            "Microsoft": "Information"
        }
    },
    "MRUDesktop": {
        "DataStoragePath": "~/.local/share/mru-desktop",
        "CacheStoragePath": "~/.cache/mru-desktop"
    }
}