freshyo-deploy/replicator-side/postgresql.conf
2026-01-25 16:19:31 +00:00

15 lines
238 B
Text

listen_addresses = '*'
port = 5432
wal_level = replica
hot_standby = on
max_connections = 100
hot_standby_feedback = on
wal_keep_size = 256MB
logging_collector = on
log_destination = 'stderr'
hba_file = '/etc/postgresql/pg_hba.conf'