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:
parent
f54691f4b9
commit
1da5f922fe
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue