Files
tildes/ansible/roles/postgresql/defaults/main.yml
2025-03-10 22:49:00 -06:00

13 lines
350 B
YAML

---
postgresql_version: 15
# Users of this role can define postgresql_settings, which will be merged with
# this base _postgresql_settings
_postgresql_settings:
lock_timeout: 5000
statement_timeout: 5000
idle_in_transaction_session_timeout: 600000
timezone: "'UTC'"
shared_preload_libraries: "'pg_stat_statements'"
postgresql_settings: {}