eclipse-sdv-blueprints / fleet-management

A close to real-life showcase for truck fleet management where trucks run an SDV software stack so that logistics fleet operators can manage apps, data and services for a diverse set of vehicles.
Apache License 2.0
16 stars 10 forks source link

Fix FMS Consumer start-up in Hono setup #12

Closed sophokles73 closed 12 months ago

sophokles73 commented 12 months ago

The FMS Consumer service definition in the Hono compose file uses an outdated environment variable to specify the location of the file to read the InfluxDB token from.

The name of the environment variable has been updated to the name used by the influx-client package.

Fixes #11