summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/postgres/postgresql.conf
blob: 7415338564b3581dc29824666e69dd058a4d7ea0 (plain)
1
2
3
4
5
6
7
8
9
10
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'