Create postgresql.conf

This commit is contained in:
FusionPBX 2017-03-29 20:10:52 -06:00 committed by GitHub
parent ab820bca03
commit fbae85ff97
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
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