# Дока конфигурационного файла
# https://www.postgresql.org/docs/14/runtime-config.html

include '/var/lib/pgsql/data/postgresql.conf'

logging_collector = false

listen_addresses = '127.0.0.1'		# what IP address(es) to listen on;
shared_buffers = 256MB
statement_timeout = 5min

wal_level = logical
hba_file = '/usr/share/udv/postgresql/pg_hba.conf'
