From 26ffc1cf3c422ef5471e9de0f7ad6ce88b20afb0 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 6 Sep 2026 22:39:35 +0200 Subject: [PATCH] hacky regression test for #1416/#1526 --- script/dev-cluster.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/dev-cluster.sh b/script/dev-cluster.sh index 81a37099..b6362da4 100755 --- a/script/dev-cluster.sh +++ b/script/dev-cluster.sh @@ -47,6 +47,10 @@ bootstrap_peers = [] $REPLICATION_MODE rpc_secret = "$NETWORK_SECRET" +[consul_discovery] +service_name = "panic-catcher" +consul_http_addr = "http://localhost:9876" + [s3_api] api_bind_addr = "0.0.0.0:$((3910+$count))" # the S3 API port, HTTP without TLS. Add a reverse proxy for the TLS part. s3_region = "garage" # set this to anything. S3 API calls will fail if they are not made against the region set here.