fix: add postgres files
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled

This commit is contained in:
2026-02-22 00:10:25 +01:00
parent 0ac3985acc
commit c9c870b0b5
2 changed files with 25 additions and 0 deletions

View 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