* debian/config.yml.in: Remove DCS-related commented-out lines and replace

them with @DCS_CONFIG@ placeholder.
This commit is contained in:
Michael Banck 2019-01-21 14:42:21 +01:00
parent 2cdbe859ba
commit f0d6e56a90
2 changed files with 4 additions and 10 deletions

4
debian/changelog vendored
View file

@ -1,6 +1,8 @@
patroni (1.5.4-2) UNRELEASED; urgency=medium
*
[ Michael Banck ]
* debian/config.yml.in: Remove DCS-related commented-out lines and replace
them with @DCS_CONFIG@ placeholder.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Tue, 15 Jan 2019 19:12:36 +0100

10
debian/config.yml.in vendored
View file

@ -2,15 +2,7 @@ scope: "@VERSION@-@CLUSTER@"
namespace: "/postgresql-common/"
name: @HOSTNAME@
#etcd:
# host: 127.0.0.1:2379
#consul:
# host: http://127.0.0.1:8500
# host: https://127.0.0.1:8500
#zookeeper:
# hosts: 127.0.0.1:2181
@DCS_CONFIG@
restapi:
listen: @HOSTIP@:8008