about summary refs log tree commit diff
path: root/MatrixRoomUtils.Desktop/appsettings.Development.json
blob: a00f3495fb736a1a32cf385f33d070feabe3ec57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "Logging": {
        "LogLevel": {
            "Default": "Debug",
            "System": "Information",
            "Microsoft": "Information"
        }
    },
    "MRUDesktop": {
        "DataStoragePath": "mru-desktop/data",
        "CacheStoragePath": "mru-desktop/cache",
        "SentryDsn": "https://a41e99dd2fdd45f699c432b21ebce632@sentry.thearcanebrony.net/15"
    }
}