mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
22 lines
496 B
Text
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'
|
|
|