Blame public/fs/home/pgsql/data/pg_hba.conf
|
root@culturestrings |
dc05eb |
# PostgreSQL Client Authentication Configuration File
|
|
root@culturestrings |
dc05eb |
# ===================================================
|
|
root@culturestrings |
dc05eb |
|
|
root@culturestrings |
dc05eb |
# local DATABASE USER METHOD [OPTIONS]
|
|
root@culturestrings |
dc05eb |
# host DATABASE USER ADDRESS METHOD [OPTIONS]
|
|
root@culturestrings |
dc05eb |
# hostssl DATABASE USER ADDRESS METHOD [OPTIONS]
|
|
root@culturestrings |
dc05eb |
# hostnossl DATABASE USER ADDRESS METHOD [OPTIONS]
|
|
root@culturestrings |
dc05eb |
|
|
root@culturestrings |
dc05eb |
local all all peer
|
|
root@culturestrings |
dc05eb |
host all all 127.0.0.1/32 scram-sha-256
|
|
root@culturestrings |
dc05eb |
host all all 10.8.0.0/24 scram-sha-256
|
|
root@culturestrings |
dc05eb |
host all all ::1/128 scram-sha-256
|
|
root@culturestrings |
dc05eb |
|
|
root@culturestrings |
dc05eb |
local replication all peer
|
|
root@culturestrings |
dc05eb |
host replication all 127.0.0.1/32 scram-sha-256
|
|
root@culturestrings |
dc05eb |
host replication all ::1/128 scram-sha-256
|