Add more config to example
This commit is contained in:
parent
a8198d942d
commit
273765b856
1 changed files with 7 additions and 3 deletions
|
@ -2,8 +2,12 @@ consul:
|
||||||
service: true
|
service: true
|
||||||
config:
|
config:
|
||||||
server: true
|
server: true
|
||||||
encrypt: "RIxqpNlOXqtr/j4BgvIMEw=="
|
|
||||||
bootstrap: 3
|
|
||||||
bind_addr: 0.0.0.0
|
bind_addr: 0.0.0.0
|
||||||
|
enable_debug: true
|
||||||
datacenter: eu
|
datacenter: eu
|
||||||
retry_join: [1.1.1.1]
|
encrypt: "RIxqpNlOXqtr/j4BgvIMEw=="
|
||||||
|
bootstrap_expect: 3
|
||||||
|
retry_interval: 15s
|
||||||
|
retry_join:
|
||||||
|
- 1.1.1.1
|
||||||
|
- 2.2.2.2
|
||||||
|
|
Loading…
Reference in a new issue