Newer
Older

Giancarlo Razzolini
committed
postgres_listen_addresses: 'localhost'
postgres_max_connections: '100'
postgres_firewalld_zone:

Giancarlo Razzolini
committed
postgres_ssl: 'off'
postgres_ssl_prefer_server_ciphers: 'on'

Giancarlo Razzolini
committed
postgres_ssl_cert_file: '/var/lib/postgres/data/fullchain.pem'
postgres_ssl_key_file: '/var/lib/postgres/data/privkey.pem'
postgres_ssl_ca_file: '/var/lib/postgres/data/chain.pem'

Giancarlo Razzolini
committed
postgres_shared_buffers: '128MB'
postgres_work_mem: '4MB'
postgres_maintenance_work_mem: '64MB'
postgres_effective_cache_size: '4GB'
postgres_jit: 'on'

Giancarlo Razzolini
committed
postgres_hosts4: []
postgres_hosts6: []
postgres_ssl_hosts4: []
postgres_ssl_hosts6: []