fix up pg replication example

This commit is contained in:
2026-03-10 22:47:17 +01:00
parent a1e2effe96
commit ae9064ee76
9 changed files with 70 additions and 1509 deletions
+4
View File
@@ -0,0 +1,4 @@
# docker/pg_hba.conf
local all all trust
host all all 0.0.0.0/0 trust
host replication all 0.0.0.0/0 trust