Skip to content

Commit 6714786

Browse files
committed
Small improvement for local development
1 parent 33cb1e6 commit 6714786

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/IntegrationTests/Common.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ open FSharp.UMX
1818
[<Literal>]
1919
let pulsarAddress = "pulsar://127.0.0.1:6650"
2020

21-
#if !NOTLS
2221
[<Literal>]
23-
let pulsarSslAddress = "pulsar+ssl://127.0.0.1:6651"
22+
let pulsarHttpAddress = "http://127.0.0.1:8080"
2423

24+
#if !NOTLS
2525
[<Literal>]
26-
let pulsarHttpAddress = "http://127.0.0.1:8080"
26+
let pulsarSslAddress = "pulsar+ssl://127.0.0.1:6651"
2727

2828
// ssl folder copied by from https://github.com/apache/pulsar/tree/master/tests/docker-images/latest-version-image/ssl
2929
// generate pfx file from pem, leave the password blank

0 commit comments

Comments
 (0)