Inptroduce postgresql.proxy_address (#2437)

It will be written to member key in DCS as the `proxy_url` and could be used/useful for service discovery.
This commit is contained in:
Alexander Kukushkin
2022-10-24 10:23:06 +02:00
committed by GitHub
parent 580530b30f
commit 8f8e9c9b81
12 changed files with 22 additions and 3 deletions
+1
View File
@@ -90,6 +90,7 @@ bootstrap:
postgresql:
listen: 127.0.0.1:5434
connect_address: 127.0.0.1:5434
# proxy_address: 127.0.0.1:5435 # The address of connection pool (e.g., pgbouncer) running next to Patroni/Postgres. Only for service discovery.
data_dir: data/postgresql2
# bin_dir:
# config_dir: