From 7f52666ebe98e3b8db601ef0f3703f084b6f76ce Mon Sep 17 00:00:00 2001 From: DroneShipper Date: Sat, 26 Oct 2019 13:20:05 +0000 Subject: [PATCH] [SKIP CI] update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 69c03ef..60a1a4c 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,14 @@ postgres_hba_entries: databases: - all users: - - postgres + - all + auth_method: trust + - contype: host + databases: + - all + users: + - all + address: 127.0.0.1/32 auth_method: trust ```