desktop-ubuntu/postgres/pg_hba.conf

6 lines
195 B
Plaintext
Raw Permalink Normal View History

2024-01-20 18:10:59 +01:00
# type db DBuser auth-method
local all all trust
# type db DBuser origin-address auth-method
host all all 127.0.0.1/32 trust
host all all ::1/128 trust