fix: postgresql host

This commit is contained in:
auricom
2022-08-13 22:45:15 +02:00
parent a95bf0eea8
commit 66ebff9d5f
6 changed files with 11 additions and 5 deletions

View File

@@ -89,6 +89,7 @@
local all all trust
# IPv4 local connections:
hostssl all all 0.0.0.0/0 scram-sha-256
hostnossl joplin joplin 0.0.0.0/0 trust
# IPv6 local connections:
# Allow replication connections from localhost, by a user with the
# replication privilege.