You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
350 B

  1. ---
  2. postgresql_version: 15
  3. # Users of this role can define postgresql_settings, which will be merged with
  4. # this base _postgresql_settings
  5. _postgresql_settings:
  6. lock_timeout: 5000
  7. statement_timeout: 5000
  8. idle_in_transaction_session_timeout: 600000
  9. timezone: "'UTC'"
  10. shared_preload_libraries: "'pg_stat_statements'"
  11. postgresql_settings: {}