We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5771646 + ebf7f1f commit 4e42da9Copy full SHA for 4e42da9
templates/pgbouncer.ini.j2
@@ -23,6 +23,7 @@
23
24
{% for db in pgbouncer_databases %}
25
{{ db.name }} = {% for key, value in db.items() %}{% if key != 'name' %}{{ key }}={{ value }} {% endif %}{% endfor %}
26
+
27
{% endfor %}
28
29
;; Configuration section
0 commit comments