forked from norman/fusionpbx-install.sh-github-mirror
10 lines
250 B
Plaintext
10 lines
250 B
Plaintext
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
|