Files
tools/configs/postgres/pg_hba.conf
T

10 lines
576 B
Plaintext
Raw Normal View History

2023-08-23 02:19:52 -04:00
# ===================================================
# PostgreSQL Client Authentication Configuration File
# ===================================================
# TYPE DATABASE USER ADDRESS METHOD
local all postgres peer
local all all trust
local all all md5
host all all 0.0.0.0/0 md5
host all all ::/0 md5