summaryrefslogtreecommitdiff
path: root/test/integration/targets/setup_postgresql_replication/templates/pg_hba.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/setup_postgresql_replication/templates/pg_hba.conf.j2')
-rw-r--r--test/integration/targets/setup_postgresql_replication/templates/pg_hba.conf.j27
1 files changed, 0 insertions, 7 deletions
diff --git a/test/integration/targets/setup_postgresql_replication/templates/pg_hba.conf.j2 b/test/integration/targets/setup_postgresql_replication/templates/pg_hba.conf.j2
deleted file mode 100644
index 62e05ffc82..0000000000
--- a/test/integration/targets/setup_postgresql_replication/templates/pg_hba.conf.j2
+++ /dev/null
@@ -1,7 +0,0 @@
-local all all trust
-local replication logical_replication trust
-host replication logical_replication 127.0.0.1/32 trust
-host replication logical_replication 0.0.0.0/0 trust
-local all logical_replication trust
-host all logical_replication 127.0.0.1/32 trust
-host all logical_replication 0.0.0.0/0 trust