From 6714786fb3aea581fec57ed1f11a604517a05e83 Mon Sep 17 00:00:00 2001 From: Vladimir Shchur Date: Thu, 8 Aug 2024 23:08:31 +0300 Subject: [PATCH] Small improvement for local development --- tests/IntegrationTests/Common.fs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/IntegrationTests/Common.fs b/tests/IntegrationTests/Common.fs index 8eeeb4f0..43cda3de 100644 --- a/tests/IntegrationTests/Common.fs +++ b/tests/IntegrationTests/Common.fs @@ -18,12 +18,12 @@ open FSharp.UMX [] let pulsarAddress = "pulsar://127.0.0.1:6650" -#if !NOTLS [] -let pulsarSslAddress = "pulsar+ssl://127.0.0.1:6651" +let pulsarHttpAddress = "http://127.0.0.1:8080" +#if !NOTLS [] -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