ansible-postgresql/templates/installation/postgrest.conf.j2
2022-05-26 14:08:42 +02:00

4 lines
120 B
Django/Jinja

db-uri = "{{postgrest_db_uri}}"
db-schemas = "{{ postgrest_db_schemas }}"
db-anon-role = "{{ postgrest_db_anon_role }}"