-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change safety verification condition so if not set to on but any othe…
…r value than off the safety is activated
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"ip_QRadar": "192.168.10.145", | ||
"ip_QRadar": "192.168.10.146", | ||
"auth": "a913b05c-cb81-4d2f-b286-2572f0c4baee", | ||
"Version": "17.0", | ||
"Accept": "application/json", | ||
"verify_ssl": "True", | ||
"ssl_cert_path": "./serverchain.pem", | ||
"verify_ssl": "False", | ||
"ssl_cert_path": "./aserverchain.pem", | ||
"safety": "on" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters