mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
12 lines
212 B
TOML
12 lines
212 B
TOML
[template]
|
|
prefix = "/service/batman"
|
|
owner = "postgres"
|
|
mode = "0644"
|
|
src = "pgbouncer.tmpl"
|
|
dest = "/etc/pgbouncer/pgbouncer.ini"
|
|
|
|
reload_cmd = "systemctl reload pgbouncer"
|
|
|
|
keys = [
|
|
"/members/","/leader"
|
|
] |