From cf6f87bea88df3f90e33dfdc5bb16f47b8716054 Mon Sep 17 00:00:00 2001 From: "Emma@Rory&" Date: Mon, 24 Jul 2023 20:57:23 +0200 Subject: Start of MRU Desktop --- MatrixRoomUtils.Desktop/appsettings.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 MatrixRoomUtils.Desktop/appsettings.json (limited to 'MatrixRoomUtils.Desktop/appsettings.json') diff --git a/MatrixRoomUtils.Desktop/appsettings.json b/MatrixRoomUtils.Desktop/appsettings.json new file mode 100644 index 0000000..4164e87 --- /dev/null +++ b/MatrixRoomUtils.Desktop/appsettings.json @@ -0,0 +1,13 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + }, + "MRUDesktop": { + "DataStoragePath": "~/.local/share/mru-desktop", + "CacheStoragePath": "~/.cache/mru-desktop" + } +} -- cgit 1.4.1