This repository has been archived on 2023-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
pleroma-ansible-playbook/templates/etc_postgresql_pg_hba.conf.j2

5 lines
172 B
Text
Raw Normal View History

2019-10-04 00:48:29 +01:00
# TYPE DATABASE USER ADDRESS METHOD
{% for i in pleroma_db_hba %}
{{ i.type }} {{ i.database }} {{ i.user }} {{ i.address }} {{ i.method }}
{% endfor %}