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.
2 parents a85a982 + b537c53 commit b2e5da9Copy full SHA for b2e5da9
ut/ssl_ut.cpp
@@ -55,7 +55,7 @@ INSTANTIATE_TEST_SUITE_P(
55
56
57
const auto ClickHouseExplorerConfig = ClientOptions()
58
- .SetHost( getEnvOrDefault("CLICKHOUSE_SECURE2_HOST", "gh-api.clickhouse.tech"))
+ .SetHost( getEnvOrDefault("CLICKHOUSE_SECURE2_HOST", "play.clickhouse.com"))
59
.SetPort( getEnvOrDefault<size_t>("CLICKHOUSE_SECURE2_PORT", "9440"))
60
.SetUser( getEnvOrDefault("CLICKHOUSE_SECURE2_USER", "explorer"))
61
.SetPassword( getEnvOrDefault("CLICKHOUSE_SECURE2_PASSWORD", ""))
0 commit comments