plugin.txt in openc3-demo-5.0.8 vs plugin.txt in openc3-demo-5.0.9

- old
+ new

@@ -15,10 +15,11 @@ VARIABLE demo_tool_name Demo VARIABLE example_microservice_name openc3-example VARIABLE templated_microservice_name openc3-templated VARIABLE example_port 9999 VARIABLE templated_port 5025 +VARIABLE inst_router_port 7779 VARIABLE log_retain_time 172800 VARIABLE reduced_log_retain_time 2592000 <% include_inst = (inst_target_name.strip.length > 0) %> <% include_inst2 = (inst2_target_name.strip.length > 0) %> @@ -90,10 +91,10 @@ MAP_TARGET <%= templated_target_name %> DONT_CONNECT <% end %> <% if include_inst and include_inst_router %> - ROUTER <%= inst_router_name %> tcpip_server_interface.rb 7779 7779 nil 10.0 PREIDENTIFIED + ROUTER <%= inst_router_name %> tcpip_server_interface.rb <%= inst_router_port %> <%= inst_router_port %> nil 10.0 PREIDENTIFIED MAP_TARGET <%= inst_target_name %> <% end %> <% if include_example_microservice %> MICROSERVICE EXAMPLE <%= example_microservice_name %> \ No newline at end of file