working on redundancy
This commit is contained in:
5
postgres/pg_hba.conf
Normal file
5
postgres/pg_hba.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
# TYPE DATABASE USER ADDRESS METHOD
|
||||
local all all trust
|
||||
host all all 127.0.0.1/32 scram-sha-256
|
||||
host all all ::1/128 scram-sha-256
|
||||
host all all 0.0.0.0/0 scram-sha-256
|
||||
Reference in New Issue
Block a user