Use json_is_true() in place of json_boolean_value() for compatibility
[trust_router.git] / tr / internal.cfg
index 7bfe0f5..5b863d5 100644 (file)
@@ -1,9 +1,8 @@
 {
   "tr_internal": {
-    "max_tree_depth": 12,
-    "hostname":"beta.example.com",
-    "trps_port":25308,
-    "tids_port":25309,
+    "hostname":"tr.example.com",
+    "trps_port":12308,
+    "tids_port":12309,
     "cfg_poll_interval": 1,
     "cfg_settling_time": 5,
     "trp_sweep_interval": 30,