mirror of https://gitlab.com/tildes/tildes.git
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
12 lines
350 B
---
|
|
postgresql_version: 13
|
|
|
|
# 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: {}
|