From 4d62f25af628d1afd70068adf6175249f0a1e3e8 Mon Sep 17 00:00:00 2001 From: Anish Date: Wed, 18 Oct 2023 16:23:28 -0400 Subject: [PATCH] Add description for env var --- telematic_system/docker-compose.units.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telematic_system/docker-compose.units.yml b/telematic_system/docker-compose.units.yml index 045acbc1..74f8d78f 100755 --- a/telematic_system/docker-compose.units.yml +++ b/telematic_system/docker-compose.units.yml @@ -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: