Create postgresql.conf
This commit is contained in:
+9
@@ -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
|
||||
Reference in New Issue
Block a user