0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00
penpot/docker/devenv/files/postgresql.conf
Andrey Antukh 919a045088 ⬆️ Upgrade devenv.
2020-10-23 15:17:18 +02:00

22 lines
496 B
Text

listen_addresses = '*'
max_connections = 100
shared_buffers = 128MB
temp_buffers = 8MB
work_mem = 8MB
dynamic_shared_memory_type = posix
synchronous_commit = off
wal_writer_delay = 900ms
max_wal_size = 1GB
min_wal_size = 80MB
# log_min_duration_statement = 0
log_timezone = 'Europe/Madrid'
datestyle = 'iso, mdy'
timezone = 'Europe/Madrid'
lc_messages = 'en_US.utf8'
lc_monetary = 'en_US.utf8'
lc_numeric = 'en_US.utf8'
lc_time = 'en_US.utf8'
default_text_search_config = 'pg_catalog.english'