Загрузить файлы в «/»

This commit is contained in:
2026-07-02 20:50:29 +03:00
parent 058d9d549b
commit 367c117f68
3 changed files with 51 additions and 0 deletions

8
pg_hba.template Normal file
View File

@@ -0,0 +1,8 @@
local all postgres peer
local all all peer
host all all 127.0.0.1/32 scram-sha-256
host all all ::1/128 scram-sha-256
host replication {{ replication_user }} 10.0.0.10/32 scram-sha-256
host replication {{ replication_user }} 10.0.0.11/32 scram-sha-256
host replication {{ backup_stream_user }} 10.0.0.12/32 scram-sha-256
host all {{ backup_user }} 10.0.0.12/32 scram-sha-256