mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-28 19:44:24 -04:00
Update postgresql.conf (#1758)
This commit is contained in:
committed by
Leendert de Borst
parent
caab15c7af
commit
7268a5395c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user