daml/ci/postgresql.conf
Moritz Kiefer d3bb036591
Fix sandbox database config in script & trigger tests (#11655)
* Fix sandbox database config in script & trigger tests

Setting jdbcUrl does absolutely nothing because it later gets
overwritten again.

changelog_begin
changelog_end

* .

changelog_begin
changelog_end
2021-11-12 06:18:12 +00:00

10 lines
251 B
Plaintext

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