mirror of https://github.com/midoks/mdserver-web
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.
20 lines
448 B
20 lines
448 B
port = 5432
|
|
listen_addresses='*'
|
|
unix_socket_directories='{$APP_PATH}/tmp'
|
|
|
|
max_connections=200
|
|
max_wal_size = 1GB
|
|
min_wal_size = 80MB
|
|
|
|
log_timezone = 'Asia/Shanghai'
|
|
datestyle = 'iso, ymd'
|
|
timezone = 'Asia/Shanghai'
|
|
default_text_search_config = 'pg_catalog.simple'
|
|
|
|
|
|
logging_collector = on
|
|
log_destination = 'stderr'
|
|
log_directory = '{$APP_PATH}/logs'
|
|
log_filename = 'postgresql-%Y-%m-%d.log'
|
|
log_statement = all
|
|
log_min_duration_statement = 5000
|
|
|