sed -i s/influxdb_bucketname/influxdb_bucket/g

This commit is contained in:
Bryan Stitt 2023-06-11 09:58:49 -07:00
parent 4b3806d59c
commit 813d28c834

View File

@ -20,7 +20,7 @@ kafka_protocol = "plaintext"
influxdb_host = "http://127.0.0.1:18086"
influxdb_org = "dev_org"
influxdb_token = "dev_web3_proxy_auth_token"
influxdb_bucketname = "dev_web3_proxy"
influxdb_bucket = "dev_web3_proxy"
# thundering herd protection
# only mark a block as the head block if the sum of their soft limits is greater than or equal to min_sum_soft_limit