uscheduler/src/MaksIT.UScheduler/appsettings.json
2026-02-08 22:21:55 +01:00

49 lines
1.1 KiB
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information"
},
"EventLog": {
"SourceName": "MaksIT.UScheduler",
"LogName": "Application",
"LogLevel": {
"Microsoft": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
}
},
"Configuration": {
"LogDir": ".\\logs",
"Powershell": [
{
"Path": "..\\..\\..\\..\\..\\Scripts\\File-Sync\\file-sync.ps1",
"Name": "File Sync",
"IsSigned": false,
"Disabled": true
},
{
"Path": "..\\..\\..\\..\\..\\Scripts\\HyperV-Backup\\hyper-v-backup.ps1",
"Name": "HyperV Backup",
"IsSigned": false,
"Disabled": true
},
{
"Path": "..\\..\\..\\..\\..\\Scripts\\Native-Sync\\native-sync.ps1",
"Name": "Native Sync",
"IsSigned": false,
"Disabled": true
},
{
"Path": "..\\..\\..\\..\\..\\Scripts\\Windows-Update\\windows-update.ps1",
"Name": "Windows Update",
"IsSigned": false,
"Disabled": true
}
],
"Processes": [
]
}
}