feat: first commit
This commit is contained in:
6
files/posgtres/pg_hba.conf
Normal file
6
files/posgtres/pg_hba.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# Before editing this file, please refer to official doc:
|
||||
# https://www.postgresql.org/docs/current/auth-pg-hba-conf.html
|
||||
|
||||
# TYPE DATABASE USER ADDRESS METHOD
|
||||
local sameuser all peer # Allow each unix user accessing its own db
|
||||
local all postgres peer # Allow postgres user accessing all dbs
|
||||
Reference in New Issue
Block a user