Spotter-VM/basic/etc/postgresql/9.6/main/pg_hba.conf

5 lines
125 B
Plaintext
Raw Normal View History

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