about summary refs log tree commit diff
path: root/MatrixRoomUtils.Desktop/appsettings.Development.json
blob: 20b09a706680393c9b6d58f611da374205a747b7 (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": "mru-desktop/data",
        "CacheStoragePath": "mru-desktop/cache"
    }
}