1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2025-02-01 07:29:42 +11:00

12 lines
554 B
Plaintext
Raw Normal View History

# TYPE DATABASE USER ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all trust
# IPv4 local connections:
host all all 127.0.0.1/32 trust
# Allow replication connections from localhost, by a user with the
# replication privilege.
local replication all trust
host replication replicator 0.0.0.0/0 trust
host all all all scram-sha-256