From f262fa7d1b456ec66469d0b6100ffead510d7b2e Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 18 Jul 2022 15:36:58 +0200 Subject: Remove self-advertisement in consul --- app/garage-staging/config/garage.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/garage-staging/config/garage.toml b/app/garage-staging/config/garage.toml index b4bc0d3..60ab797 100644 --- a/app/garage-staging/config/garage.toml +++ b/app/garage-staging/config/garage.toml @@ -8,8 +8,8 @@ replication_mode = "3" rpc_bind_addr = "0.0.0.0:3991" rpc_secret = "{{ key "secrets/garage-staging/rpc_secret" | trimSpace }}" -consul_host = "localhost:8500" -consul_service_name = "garage-staging-rpc-self-advertised" +#consul_host = "localhost:8500" +#consul_service_name = "garage-staging-rpc-self-advertised" bootstrap_peers = [] -- cgit v1.2.3