Update project files and configurations for improved structure and maintainability
This commit is contained in:
+9
-1
@@ -2,7 +2,10 @@
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
"Microsoft.Hosting.Lifetime": "Information",
|
||||
"ResourceMonitorService.Services.ResourceMonitorService": "Error",
|
||||
"ResourceMonitorService.Services.GameDetectionService": "Error",
|
||||
"System": "Warning"
|
||||
}
|
||||
},
|
||||
"RunAsWindowsService": true,
|
||||
@@ -44,6 +47,11 @@
|
||||
"\\Origin Games\\",
|
||||
"\\Ubisoft Game Launcher\\games\\"
|
||||
],
|
||||
"GameRootFolders": [
|
||||
"C:\\Games",
|
||||
"D:\\Games",
|
||||
"E:\\Games"
|
||||
],
|
||||
"AlertThresholds": [
|
||||
{
|
||||
"Component": "CPU",
|
||||
|
||||
Reference in New Issue
Block a user