We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33cb1e6 commit 6714786Copy full SHA for 6714786
tests/IntegrationTests/Common.fs
@@ -18,12 +18,12 @@ open FSharp.UMX
18
[<Literal>]
19
let pulsarAddress = "pulsar://127.0.0.1:6650"
20
21
-#if !NOTLS
22
23
-let pulsarSslAddress = "pulsar+ssl://127.0.0.1:6651"
+let pulsarHttpAddress = "http://127.0.0.1:8080"
24
+#if !NOTLS
25
26
-let pulsarHttpAddress = "http://127.0.0.1:8080"
+let pulsarSslAddress = "pulsar+ssl://127.0.0.1:6651"
27
28
// ssl folder copied by from https://github.com/apache/pulsar/tree/master/tests/docker-images/latest-version-image/ssl
29
// generate pfx file from pem, leave the password blank
0 commit comments