summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/postgres/postgresql.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/usr/share/openstack/postgres/postgresql.conf')
-rw-r--r--openstack/usr/share/openstack/postgres/postgresql.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/openstack/usr/share/openstack/postgres/postgresql.conf b/openstack/usr/share/openstack/postgres/postgresql.conf
new file mode 100644
index 00000000..74153385
--- /dev/null
+++ b/openstack/usr/share/openstack/postgres/postgresql.conf
@@ -0,0 +1,11 @@
+listen_addresses = '{{ MANAGEMENT_INTERFACE_IP_ADDRESS }}'
+max_connections = 100
+shared_buffers = 128MB
+log_timezone = 'UTC'
+datestyle = 'iso, mdy'
+timezone = 'UTC'
+lc_messages = 'C'
+lc_monetary = 'C'
+lc_numeric = 'C'
+lc_time = 'C'
+default_text_search_config = 'pg_catalog.english'