Make pg_hba section more compact

This commit is contained in:
Alexander Kukushkin
2015-06-02 12:37:26 +02:00
parent fca987deda
commit d9fbbf3ae9
4 changed files with 7 additions and 25 deletions
+2 -10
View File
@@ -13,16 +13,8 @@ postgresql:
data_dir: data/postgresql1
maximum_lag_on_failover: 1048576 # 1 megabyte in bytes
pg_hba:
- type: host
database: all
user: all
address: 0.0.0.0/0
method: md5
- type: hostssl
database: all
user: all
address: 0.0.0.0/0
method: md5
- host all all 0.0.0.0/0 md5
- hostssl all all 0.0.0.0/0 md5
replication:
username: replicator
password: rep-pass