fix: database pg_hba
This commit is contained in:
parent
13bda4cd34
commit
da6f04e42e
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user