Update postgresql.conf (#1758)

This commit is contained in:
Leendert de Borst
2026-02-20 21:05:04 +01:00
committed by Leendert de Borst
parent caab15c7af
commit 7268a5395c

View File

@@ -13,6 +13,14 @@ lc_numeric = 'en_US.utf8'
lc_time = 'en_US.utf8'
default_text_search_config = 'pg_catalog.english'
# Logging configuration
log_checkpoints = off
log_connections = off
log_disconnections = off
log_duration = off
log_line_prefix = '%m [%p] '
log_statement = 'none'
# Listen on all interfaces
listen_addresses = '*'
port = 5432