Skip to content

Commit

Permalink
Issue #290 update server port config example in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayo Kallas committed Sep 14, 2020
1 parent a338ceb commit bfe1417
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions doc/source/server_architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,13 @@ Example configuration:
inbound-streams:
- stream:
name: log_stream
input: 3077
input:
- 3077
- stream:
name: telem_port_in_stream
input: 3076
input:
- 3076
handlers:
- my_custom_handlers.TestbedTelemHandler
Expand Down Expand Up @@ -97,7 +99,8 @@ Example configuration:
input:
- command_testbed_stream
- command_flightlike_stream
output: 3075
output:
- 3075
Handlers
Expand Down Expand Up @@ -130,11 +133,13 @@ Here is an example of how the **server** portion of **config.yaml** should look:
inbound-streams:
- stream:
name: log_stream
input: 3077
input:
- 3077
- stream:
name: telem_port_in_stream
input: 3076
input:
- 3076
handlers:
- my_custom_handlers.TestbedTelemHandler
Expand All @@ -161,4 +166,5 @@ Here is an example of how the **server** portion of **config.yaml** should look:
input:
- command_testbed_stream
- command_flightlike_stream
output: 3075
output:
- 3075

0 comments on commit bfe1417

Please sign in to comment.