* debian/config.yml.in: Add @PORT@ option.

This commit is contained in:
Michael Banck 2019-01-15 16:40:27 +01:00
parent adfe126ba0
commit 1331953756
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View file

@ -2,6 +2,7 @@ patroni (1.5.3-3) UNRELEASED; urgency=medium
[ Michael Banck ]
* debian/README.Debian: New file (Closes: #916186).
* debian/config.yml.in: Add @PORT@ option.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Mon, 14 Jan 2019 22:29:11 +0100

View file

@ -76,8 +76,8 @@ postgresql:
pg_clonecluster:
command: /usr/share/patroni/pg_clonecluster_patroni
listen: @HOSTIP@:5432
connect_address: @HOSTIP@:5432
listen: @HOSTIP@:@PORT@
connect_address: @HOSTIP@:@PORT@
use_unix_socket: true
data_dir: /var/lib/postgresql/@VERSION@/@CLUSTER@
bin_dir: /usr/lib/postgresql/@VERSION@/bin