aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-07-18 15:36:58 +0200
committerAlex Auvolat <alex@adnab.me>2022-07-18 15:36:58 +0200
commitf262fa7d1b456ec66469d0b6100ffead510d7b2e (patch)
tree3a27bfe559d150108f2e486ab7f9bdbcb4e8321c /app
parentd4499bbef9f488cfac52007fada7dd81690f3e44 (diff)
downloadnixcfg-f262fa7d1b456ec66469d0b6100ffead510d7b2e.tar.gz
nixcfg-f262fa7d1b456ec66469d0b6100ffead510d7b2e.zip
Remove self-advertisement in consul
Diffstat (limited to 'app')
-rw-r--r--app/garage-staging/config/garage.toml4
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 = []