Create postgresql.conf
This commit is contained in:
parent
ab820bca03
commit
fbae85ff97
|
|
@ -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
|
||||
Loading…
Reference in New Issue