forked from Deuxfleurs/nixcfg
Remove self-advertisement in consul
This commit is contained in:
parent
d4499bbef9
commit
f262fa7d1b
1 changed files with 2 additions and 2 deletions
|
@ -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 = []
|
||||
|
||||
|
|
Loading…
Reference in a new issue