fix: database pg_hba

This commit is contained in:
vincent 2024-01-30 20:53:03 +01:00
parent 13bda4cd34
commit da6f04e42e

View File

@ -32,5 +32,5 @@ postgresql_hba_entries:
- {type: host, database: all, user: all, address: '::1/128', auth_method: md5}
- {type: host, database: all, user: all, address: '::0/128', auth_method: md5}
- {type: host, database: all, user: all, address: '0.0.0.0/0', auth_method: md5}
- {type: host, database: replication, user: repli, address:192.168.1.42/32, auth_method: md5}
- {type: host, database: replication, user: repli, address:192.168.1.40/32, auth_method: md5}
- {type: host, database: replication, user: repli, address: '192.168.1.42/32', auth_method: md5}
- {type: host, database: replication, user: repli, address: '192.168.1.40/32', auth_method: md5}