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