mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-18 15:28:34 +02:00
13 lines
350 B
YAML
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: {}
|