about summary refs log tree commit diff
path: root/MatrixUtils.Desktop/appsettings.json
blob: 058723ce2a0dfd503e032f0f3078ce4a205f3b71 (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": "~/.local/share/rmu-desktop",
        "CacheStoragePath": "~/.cache/rmu-desktop"
    }
}