From 813d28c834d2cfc18d7ec067c690a3dd79cd2004 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Sun, 11 Jun 2023 09:58:49 -0700 Subject: [PATCH] sed -i s/influxdb_bucketname/influxdb_bucket/g --- config/example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/example.toml b/config/example.toml index 962dc9c4..26b04ee7 100644 --- a/config/example.toml +++ b/config/example.toml @@ -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