Skip to content

Commit

Permalink
Update InfluxDB env variable names
Browse files Browse the repository at this point in the history
These were changed in FVHIoT-python
  • Loading branch information
laurigates committed Oct 17, 2023
1 parent b5c3a48 commit e3c2d76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ services:
DEVICE_REGISTRY_URL: "http://deviceregistry:8000/api/v1"
DEVICE_REGISTRY_TOKEN: abcdef1234567890abcdef1234567890abcdef12
# InfluxDB config
INFLUXDB_URL: "http://influxdb2:8086"
INFLUXDB_ORG: "Development"
INFLUXDB_BUCKET: "devbucket"
INFLUXDB_TOKEN: "insercure-token-for-development-and-testing-purposes-only-KxU4jAU23H3vTk"
INFLUX_HOST: "http://influxdb2:8086"
INFLUX_ORG: "Development"
INFLUX_BUCKET: "devbucket"
INFLUX_TOKEN: "insercure-token-for-development-and-testing-purposes-only-KxU4jAU23H3vTk"
# Debug config
DEBUG: 1

Expand Down

0 comments on commit e3c2d76

Please sign in to comment.