aboutsummaryrefslogtreecommitdiff
path: root/postgres/postgresql.conf
blob: 0d1655938e5ecefd2417f7d9e245e852774fc6bd (plain)
1
2
3
4
5
6
7
8
9
10
11
# Disable listening on a port to make it more self-contained and allow multiple instances
listen_addresses=''

# Avoid random shell locale settings from messing with the db settings - default to C locale
lc_messages='C'
lc_monetary='C'
lc_numeric='C'
lc_time='C'

# Put any overrides into your own config file here:
include_if_exists 'postgresql_overrides.conf'