From e1d73150c934bd92fbae26849e458710706d0c60 Mon Sep 17 00:00:00 2001 From: dan Date: Thu, 30 Nov 2023 18:01:59 +0000 Subject: [PATCH] address comments --- configuration/amd64/docker-compose.yml | 1 + src/v2i-hub/TelematicBridgePlugin/manifest.json | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/configuration/amd64/docker-compose.yml b/configuration/amd64/docker-compose.yml index 0c9d5feb2..3341eca03 100755 --- a/configuration/amd64/docker-compose.yml +++ b/configuration/amd64/docker-compose.yml @@ -37,6 +37,7 @@ services: depends_on: - db environment: + - SIMULATION_MODE=true - MYSQL_PASSWORD=/run/secrets/mysql_password - INFRASTRUCTURE_ID=rsu_ - INFRASTRUCTURE_NAME= diff --git a/src/v2i-hub/TelematicBridgePlugin/manifest.json b/src/v2i-hub/TelematicBridgePlugin/manifest.json index 149baef92..d133ceb0f 100644 --- a/src/v2i-hub/TelematicBridgePlugin/manifest.json +++ b/src/v2i-hub/TelematicBridgePlugin/manifest.json @@ -17,16 +17,6 @@ "default": "nats://127.0.0.1:4222", "description": "The NATS connection URL" }, - { - "key": "UnitId", - "default": "v2xhub_id", - "description": "The unique identifier for a telematic unit" - }, - { - "key": "UnitName", - "default": "East Intersection", - "description": "A descriptive name for each telematic unit. It can also be the intersection name where this unit collect data from." - }, { "key": "MessageExclusionList", "default": "System_KeepAlive_CommandPlugin,System_KeepAlive_CARMAStreetsPlugin,System_KeepAlive_CDASimAdapter,System_KeepAlive_MessageReceiver",