Skip to content

Commit 4e42da9

Browse files
authored
Merge pull request #3 from alexey-dushechkin/allow-multiple-databases
Allow multiple databases in pgbouncer.ini
2 parents 5771646 + ebf7f1f commit 4e42da9

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)