Skip to content

Commit ebf7f1f

Browse files
author
Alexey Dushechkin
committed
Allow multiple databases in pgbouncer.ini
1 parent 5771646 commit ebf7f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/pgbouncer.ini.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
{% for db in pgbouncer_databases %}
2525
{{ db.name }} = {% for key, value in db.items() %}{% if key != 'name' %}{{ key }}={{ value }} {% endif %}{% endfor %}
26+
2627
{% endfor %}
2728

2829
;; Configuration section

0 commit comments

Comments
 (0)