test(cth_cluster): always allocate listener ports
This commit is contained in:
parent
88f1d6eafd
commit
73d4248334
|
@ -238,6 +238,8 @@ default_appspec(emqx_conf, Spec, _NodeSpecs) ->
|
||||||
listeners => allocate_listener_ports([tcp, ssl, ws, wss], Spec)
|
listeners => allocate_listener_ports([tcp, ssl, ws, wss], Spec)
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
default_appspec(emqx, Spec, _NodeSpecs) ->
|
||||||
|
#{config => #{listeners => allocate_listener_ports([tcp, ssl, ws, wss], Spec)}};
|
||||||
default_appspec(_App, _, _) ->
|
default_appspec(_App, _, _) ->
|
||||||
#{}.
|
#{}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue