mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-26 15:40:21 +00:00
In order to have backward compatibility connection url of restapi is passed as application_name parameter in connection url of database. Value in etcd will look like: postgres://user:passwd@host:5432/postgres?application_name=http://host:8080/governor Sure, this is a hack, but I guess it worth it.