* debian/config.yml: Updated with recent changes from upstream config

example.
This commit is contained in:
Michael Banck 2018-09-27 23:10:40 +02:00
parent f730765425
commit 4c4b5174b4
2 changed files with 14 additions and 3 deletions

4
debian/changelog vendored
View file

@ -1,6 +1,8 @@
patroni (1.5.0-6) UNRELEASED; urgency=medium
*
[ Michael Banck ]
* debian/config.yml: Updated with recent changes from upstream config
example.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Wed, 26 Sep 2018 16:09:24 +0200

13
debian/config.yml vendored
View file

@ -11,6 +11,11 @@ restapi:
# username: username
# password: password
# ctl:
# insecure: false # Allow connections to SSL sites without certs
# certfile: /etc/ssl/certs/ssl-cert-snakeoil.pem
# cacert: /etc/ssl/certs/ssl-cacert-snakeoil.pem
#etcd:
# host: 127.0.0.1:2379
@ -31,6 +36,10 @@ bootstrap:
maximum_lag_on_failover: 1048576
# master_start_timeout: 300
# synchronous_mode: false
# standby_cluster:
# host: 127.0.0.1
# port: 1111
# primary_slot_name: patroni
postgresql:
use_pg_rewind: true
# use_slots: true
@ -38,8 +47,8 @@ bootstrap:
# wal_level: hot_standby
# hot_standby: "on"
# wal_keep_segments: 8
# max_wal_senders: 5
# max_replication_slots: 5
# max_wal_senders: 10
# max_replication_slots: 10
# wal_log_hints: "on"
# archive_mode: "on"
# archive_timeout: 1800s