Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Nov 30, 2023
1 parent bf290f5 commit e1d7315
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions configuration/amd64/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
depends_on:
- db
environment:
- SIMULATION_MODE=true
- MYSQL_PASSWORD=/run/secrets/mysql_password
- INFRASTRUCTURE_ID=rsu_<J2735 MAP MESSAGE INTERSECTION ID>
- INFRASTRUCTURE_NAME=<RSU_NAME>
Expand Down
10 changes: 0 additions & 10 deletions src/v2i-hub/TelematicBridgePlugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e1d7315

Please sign in to comment.