Tune psql1 a bit to avoid more Bleromer outages
This commit is contained in:
parent
7d3e8b5a86
commit
406adc20b9
@ -11,6 +11,10 @@
|
||||
postgresql_global_config_options:
|
||||
- option: listen_addresses
|
||||
value: 192.168.164.156
|
||||
- option: max_connections
|
||||
value: 60
|
||||
- option: shared_buffers
|
||||
value: 128MB
|
||||
postgresql_hba_entries:
|
||||
- { type: local, database: all, user: postgres, auth_method: trust }
|
||||
- { type: local, database: all, user: all, auth_method: md5 }
|
||||
|
Loading…
Reference in New Issue
Block a user