Keep test_rabbitmq_config_with_tls in sync with the default one

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
This commit is contained in:
Gerhard Lazu 2020-03-13 23:16:42 +00:00
parent f54691f4b9
commit 1da5f922fe
1 changed files with 4 additions and 2 deletions

View File

@ -188,7 +188,8 @@ define test_rabbitmq_config_with_tls
[
{rabbit, [
{loopback_users, []},
{log, [{file, [{level, debug}]}]},
{log, [{file, [{level, debug}]},
{console, [{level, debug}]}]},
{ssl_listeners, [5671]},
{ssl_options, [
{cacertfile, "$(TEST_TLS_CERTS_DIR_in_config)/testca/cacert.pem"},
@ -212,7 +213,8 @@ define test_rabbitmq_config_with_tls
]}
]},
{ra, [
{data_dir, "$(RABBITMQ_QUORUM_DIR)"}
{data_dir, "$(RABBITMQ_QUORUM_DIR)"},
{wal_sync_method, sync}
]}
].
endef