Skip to content

Commit

Permalink
replacing host with hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
jobinau committed Dec 22, 2022
1 parent b074713 commit 7d4a07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patroni/patroni_pgBackRest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ restapi:
connect_address: pg0:8008

etcd:
host: pg0:2379,pg1:2379,pg2:2379
hosts: pg0:2379,pg1:2379,pg2:2379

bootstrap:
# this section will be written into Etcd:/<namespace>/<scope>/config after initializing new cluster
Expand Down

0 comments on commit 7d4a07a

Please sign in to comment.