diff options
author | Emma@Rory& <root@rory.gay> | 2023-07-26 21:02:50 +0200 |
---|---|---|
committer | Emma@Rory& <root@rory.gay> | 2023-07-26 21:02:50 +0200 |
commit | 2e89a0717a60598904c92499adb7e01b2075fbb9 (patch) | |
tree | 56b9b7f07180154d9d98dafa91d7c16a0a872100 /MatrixRoomUtils.Desktop/appsettings.Development.json | |
parent | Start of nix flake (diff) | |
download | MatrixUtils-2e89a0717a60598904c92499adb7e01b2075fbb9.tar.xz |
MRU desktop start
Diffstat (limited to '')
-rw-r--r-- | MatrixRoomUtils.Desktop/appsettings.Development.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MatrixRoomUtils.Desktop/appsettings.Development.json b/MatrixRoomUtils.Desktop/appsettings.Development.json index 20b09a7..a00f349 100644 --- a/MatrixRoomUtils.Desktop/appsettings.Development.json +++ b/MatrixRoomUtils.Desktop/appsettings.Development.json @@ -8,6 +8,7 @@ }, "MRUDesktop": { "DataStoragePath": "mru-desktop/data", - "CacheStoragePath": "mru-desktop/cache" + "CacheStoragePath": "mru-desktop/cache", + "SentryDsn": "https://a41e99dd2fdd45f699c432b21ebce632@sentry.thearcanebrony.net/15" } } |