Correct the default TID and TRP ports in internal.cfg
authorJennifer Richards <jennifer@painless-security.com>
Fri, 30 Jun 2017 22:15:04 +0000 (18:15 -0400)
committerJennifer Richards <jennifer@painless-security.com>
Fri, 30 Jun 2017 22:15:04 +0000 (18:15 -0400)
tr/internal.cfg

index 7bfe0f5..eef0f61 100644 (file)
@@ -2,8 +2,8 @@
   "tr_internal": {
     "max_tree_depth": 12,
     "hostname":"beta.example.com",
-    "trps_port":25308,
-    "tids_port":25309,
+    "trps_port":12308,
+    "tids_port":12309,
     "cfg_poll_interval": 1,
     "cfg_settling_time": 5,
     "trp_sweep_interval": 30,