Skip to content
Snippets Groups Projects
Commit e2a9a9b1 authored by Mergen Imeev's avatar Mergen Imeev Committed by Alexander Turenko
Browse files

config: fix example for etcd

This patch fixes iproto.listen and iproto.advertise.peer in local.yaml.

Part of #8862

NO_DOC=changes in example
NO_TEST=will be tested in EE
NO_CHANGELOG=changes in example
parent 5de52dbf
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ config:
- http://localhost:2379
iproto:
listen: 'unix/:./{{ instance_name }}.iproto'
listen:
- uri: 'unix/:./{{ instance_name }}.iproto'
advertise:
peer: replicator@
peer:
login: replicator
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment