Skip to content

Commit

Permalink
Small improvement for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanayx committed Aug 8, 2024
1 parent 33cb1e6 commit 6714786
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/IntegrationTests/Common.fs
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ open FSharp.UMX
[<Literal>]
let pulsarAddress = "pulsar://127.0.0.1:6650"

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

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

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

0 comments on commit 6714786

Please sign in to comment.