mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-01-18 12:34:31 -05:00
10 lines
576 B
Plaintext
10 lines
576 B
Plaintext
|
# ===================================================
|
||
|
# 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
|