add unix socket for postgres
This commit is contained in:
parent
2054a68af0
commit
2289379ad5
9 changed files with 32 additions and 29 deletions
3
lib/data/templates/postgres/pg_hba.conf.erb
Normal file
3
lib/data/templates/postgres/pg_hba.conf.erb
Normal file
|
@ -0,0 +1,3 @@
|
|||
local all all peer
|
||||
#hostssl all all 0.0.0.0/0 scram-sha-256
|
||||
host all all 127.0.0.1/32 trust
|
Loading…
Add table
Add a link
Reference in a new issue