Skip to content

Commit

Permalink
Fix Influx Token environment variable name
Browse files Browse the repository at this point in the history
The service definition of the FMS Server component has used a wrong
environment variable name to determine the path to the token used
for authenticating to InfluxDB.

This has been fixed.
  • Loading branch information
sophokles73 committed Sep 28, 2023
1 parent f2b07e2 commit fbf908f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fms-blueprint-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ services:
condition: service_healthy
env_file: "./influxdb/fms-demo.env"
environment:
INFLUXDB_API_TOKEN_FILE: "/tmp/fms-demo.token"
INFLUXDB_TOKEN_FILE: "/tmp/fms-demo.token"
RUST_LOG: "info"
volumes:
- type: "volume"
Expand Down

0 comments on commit fbf908f

Please sign in to comment.