fusionpbx-install.sh/debian/resources/postgresql/postgresql.conf

10 lines
250 B
Plaintext
Raw Normal View History

2017-03-30 04:10:52 +02:00
listen_addresses = '*'
#listen_addresses = '127.0.0.1,xxx.xxx.xxx.xxx'
shared_preload_libraries = 'bdr'
wal_level = 'logical'
track_commit_timestamp = on
max_connections = 100
max_wal_senders = 10
max_replication_slots = 48
max_worker_processes = 48