daml/ci/postgresql.conf

10 lines
251 B
Plaintext
Raw Normal View History

listen_addresses = '${POSTGRESQL_HOST}'
port = ${POSTGRESQL_PORT}
max_connections = 500
unix_socket_directories = '${POSTGRESQL_ROOT_DIR}'
fsync = off
synchronous_commit = off
full_page_writes = off
log_min_duration_statement = 0
log_connections = on