16 lines
413 B
Plaintext
16 lines
413 B
Plaintext
|
# fems-postgres/postgresql.conf
|
||
|
listen_addresses = '*'
|
||
|
port = 5432
|
||
|
max_connections = 100
|
||
|
shared_buffers = 128MB
|
||
|
dynamic_shared_memory_type = posix
|
||
|
max_wal_size = 1GB
|
||
|
min_wal_size = 80MB
|
||
|
log_timezone = 'Asia/Seoul'
|
||
|
datestyle = 'iso, ymd'
|
||
|
timezone = 'Asia/Seoul'
|
||
|
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'
|