Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adev4a committed Oct 18, 2023
1 parent 4d62f25 commit 9a4ed04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telematic_system/docker-compose.units.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- VEHICLE_BRIDGE_LOG_ROTATION_SIZE_BYTES=2147483648 #2 gigabytes
- VEHICLE_BRIDGE_LOG_HANDLER_TYPE=console #console: Print logs on console; file: Save logs to file; all: Prints logs on console and file
- VEHICLE_BRIDGE_EXCLUSION_LIST= ${VEHICLE_BRIDGE_EXCLUSION_LIST} #OPTIONAL variable to set a comma separated list of topics not available to publish, leave empty if none
- IS_SIM=False #OPTIONAL variable to treat incoming messages as coming from simulation env. In this case The bridge will use system time as message timestamp. Defaults to False
- IS_SIM=False #OPTIONAL variable to treat incoming messages as coming from simulation env. In this case the bridge will use system time as message timestamp. Defaults to False.

streets-nats-bridge:
build:
Expand Down

0 comments on commit 9a4ed04

Please sign in to comment.