Migration to a ServiceWorker for most tasks.
Implementation of basic PatchComplianceTask. First real iteration, basic/raw asf.
This commit is contained in:
14
OversightService/config.json
Normal file
14
OversightService/config.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"ServerUrl": "https://yourserver.com/api/status",
|
||||
"EnableLogging": true,
|
||||
"ClientIdentifier": "your-default-client-id",
|
||||
"Auth": {
|
||||
"Username": "testuser",
|
||||
"Password": "testpassword"
|
||||
},
|
||||
"PatchCompliance": {
|
||||
"Enabled": true,
|
||||
"CheckIntervalHours": 24,
|
||||
"LastCheckTime": null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user