diff options
Diffstat (limited to 'postgres')
-rw-r--r-- | postgres/postgresql.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/postgres/postgresql.conf b/postgres/postgresql.conf new file mode 100644 index 0000000..0d16559 --- /dev/null +++ b/postgres/postgresql.conf @@ -0,0 +1,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'
\ No newline at end of file |