1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/matrix/files/pg_hba.conf
2020-06-26 19:30:47 +02:00

10 lines
318 B
Plaintext

local all postgres peer
host all postgres 127.0.0.1/32 md5
host all postgres ::1/128 md5
local sameuser all md5
host sameuser all 127.0.0.1/32 md5
host sameuser all ::1/128 md5
local irc synapse md5