mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
d3bb036591
* 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
10 lines
251 B
Plaintext
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
|