Skip to content

Commit

Permalink
Add description for env var
Browse files Browse the repository at this point in the history
  • Loading branch information
adev4a committed Oct 18, 2023
1 parent 5cc8178 commit 4d62f25
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
- 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 4d62f25

Please sign in to comment.