From fbae85ff97eb2f584c470df3543b22746b974130 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 29 Mar 2017 20:10:52 -0600 Subject: [PATCH] Create postgresql.conf --- debian/resources/postgresql/postgresql.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 debian/resources/postgresql/postgresql.conf diff --git a/debian/resources/postgresql/postgresql.conf b/debian/resources/postgresql/postgresql.conf new file mode 100644 index 0000000..7733b86 --- /dev/null +++ b/debian/resources/postgresql/postgresql.conf @@ -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