diff options
author | Alex Auvolat <alex@adnab.me> | 2022-07-18 15:36:58 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-07-18 15:36:58 +0200 |
commit | f262fa7d1b456ec66469d0b6100ffead510d7b2e (patch) | |
tree | 3a27bfe559d150108f2e486ab7f9bdbcb4e8321c | |
parent | d4499bbef9f488cfac52007fada7dd81690f3e44 (diff) | |
download | nixcfg-f262fa7d1b456ec66469d0b6100ffead510d7b2e.tar.gz nixcfg-f262fa7d1b456ec66469d0b6100ffead510d7b2e.zip |
Remove self-advertisement in consul
-rw-r--r-- | app/garage-staging/config/garage.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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 = [] |