Skip to content

Commit

Permalink
update local influxdb retention policy
Browse files Browse the repository at this point in the history
  • Loading branch information
adev4a committed Jul 24, 2024
1 parent 5a03ff1 commit bbf6e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telematic_system/telematic.local.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DOCKER_INFLUXDB_INIT_PASSWORD=P@ssword1 #Required: Create a credential password
DOCKER_INFLUXDB_INIT_BUCKET=infrastructure-dev #Required: Create an bucket on container initial startup. You can create more buckets inside the influxDB container.
DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=my-super-secret-auth-token #Required: Manually set the token value
DOCKER_INFLUXDB_INIT_ORG=my-org #Required: Create an organization on container startup. You can create more orgs inside the same influxDB container.
DOCKER_INFLUXDB_INIT_RETENTION=0s #Optional: If not set, default is 0s meaning the initial bucket will retain data forever.
DOCKER_INFLUXDB_INIT_RETENTION= #Optional: If not set, the initial bucket will retain data for one year.
INFLUX_URL=127.0.0.1:8086

###################################################
Expand Down

0 comments on commit bbf6e4a

Please sign in to comment.