Have pi-storage-1 psql listen on localhost
This commit is contained in:
parent
f6004def4a
commit
3b133782c9
@ -41,7 +41,7 @@
|
||||
vars:
|
||||
postgresql_global_config_options:
|
||||
- option: listen_addresses
|
||||
value: 192.168.103.1,172.23.103.1
|
||||
value: 192.168.103.1,172.23.103.1,127.0.0.1
|
||||
postgresql_hba_entries:
|
||||
- { type: local, database: all, user: postgres, auth_method: peer }
|
||||
- { type: local, database: all, user: all, auth_method: md5 }
|
||||
|
Loading…
Reference in New Issue
Block a user