Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit f6d5034

Browse files
One more config schema test case
1 parent efcdd51 commit f6d5034

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/config_schema_SUITE_data/rabbitmq_web_mqtt.snippets

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@
4242
{cacertfile,"test/config_schema_SUITE_data/certs/cacert.pem"},
4343
{password,"changeme"}]}]}],
4444
[rabbitmq_web_mqtt]},
45+
46+
{websocket_endpoint,
47+
"web_mqtt.ws_path = /rmq/ws",
48+
[{rabbitmq_web_mqtt,
49+
[{ws_path, "/rmq/ws"}]}],
50+
[rabbitmq_web_mqtt]},
51+
4552
{cowboy_max_keepalive,
4653
"web_mqtt.cowboy_opts.max_keepalive = 10",
4754
[{rabbitmq_web_mqtt,[{cowboy_opts,[{max_keepalive,10}]}]}],

0 commit comments

Comments
 (0)