courseworkrep/roles/postgresql/templates/postgresql.conf.j2

12 lines
481 B
Plaintext
Raw Permalink Normal View History

2024-12-08 19:11:48 +00:00
listen_addresses = '{{ postgres_listen_addresses }}'
2024-11-10 21:17:33 +00:00
2024-12-08 19:11:48 +00:00
port = {{ postgres_port }}
2024-11-10 21:17:33 +00:00
2024-12-08 19:11:48 +00:00
max_connections = {{ postgres_max_connections }}
shared_buffers = {{ postgres_shared_buffers }}
effective_cache_size = {{ postgres_effective_cache_size }}
maintenance_work_mem = {{ postgres_maintenance_work_mem }}
checkpoint_completion_target = {{ postgres_checkpoint_completion_target }}
wal_buffers = {{ postgres_wal_buffers }}
default_statistics_target = {{ postgres_default_statistics_target }}