chore(public): sanitize repository presentation
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
},
|
||||
"ioc": {
|
||||
"enabled": true,
|
||||
"source": "http://10.10.10.13:5610/dlp-ioc/ioc_blacklist.json",
|
||||
"source": "http://aw-server.example.local:5610/dlp-ioc/ioc_blacklist.json",
|
||||
"format": "hayabusa_sigma_v1",
|
||||
"refreshMinutes": 360
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
param(
|
||||
[string]$ConfigPath = 'C:\ProgramData\AWatch-rus\deployment-config.json',
|
||||
[string]$EvidenceApiUrl = 'http://10.10.10.13:8721/api/dlp/evidence/upload',
|
||||
[string]$EvidenceApiUrl = 'http://aw-server.example.local:8721/api/dlp/evidence/upload',
|
||||
[string]$TokenPath = 'C:\ProgramData\AWatch-rus\dlp-evidence-upload-token.txt',
|
||||
[string]$StatePath = 'C:\ProgramData\AWatch-rus\dlp-evidence-sync-state.json',
|
||||
[string]$LogPath = 'C:\ProgramData\AWatch-rus\logs\dlp-evidence-sync.log',
|
||||
|
||||
Reference in New Issue
Block a user