about summary refs log tree commit diff
path: root/MatrixRoomUtils.Desktop/appsettings.Development.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--MatrixRoomUtils.Desktop/appsettings.Development.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/MatrixRoomUtils.Desktop/appsettings.Development.json b/MatrixRoomUtils.Desktop/appsettings.Development.json
new file mode 100644

index 0000000..20b09a7 --- /dev/null +++ b/MatrixRoomUtils.Desktop/appsettings.Development.json
@@ -0,0 +1,13 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + }, + "MRUDesktop": { + "DataStoragePath": "mru-desktop/data", + "CacheStoragePath": "mru-desktop/cache" + } +}