Skip to content

Commit

Permalink
Core to connect ArkThor API and UI
Browse files Browse the repository at this point in the history
  • Loading branch information
JawedCIA committed Jun 16, 2023
1 parent c9ab3cc commit 252698f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Arkthor/Core/config.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"watcher": {
"watch-folder": "UploadedFiles",
"watch-delay": "10"
},
"debugmode": "true",
"deleteprocessed" : "true",
"arkthor": {
"usearkthorapi": "false",
"userabbitmq": "false",
"rabbitmqhost": "rabbitmq",
"apibaseurl":"http://arkthorapi"
},
"update_ip2asn" : "false",
"filename_ip2asn" : "ipasn.sqlite3",
"multithreaded_rules_processing" : "true",
"run_rules_on_processed_pcap" : "false"
"watcher": {
"watch-folder": "UploadedFiles",
"watch-delay": "10"
},
"debugmode": "true",
"deleteprocessed": "true",
"arkthor": {
"usearkthorapi": "true",
"userabbitmq": "true",
"rabbitmqhost": "rabbitmq",
"apibaseurl": "http://arkthorapi"
},
"update_ip2asn": "true",
"filename_ip2asn": "ipasn.sqlite3",
"multithreaded_rules_processing": "true",
"run_rules_on_processed_pcap": "true"
}

0 comments on commit 252698f

Please sign in to comment.