Skip to content

Commit

Permalink
restore: restore test clickhouse connect
Browse files Browse the repository at this point in the history
  • Loading branch information
Qinyouzeng committed Nov 13, 2023
1 parent eb5c91d commit f0220c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ namespace Masa.Contrib.StackSdks.Tsc.Clickhouse.Tests;

internal class Consts
{
//public const string ConnectionString = "Compress=True;CheckCompressedHash=False;Compressor=lz4;SocketTimeout=5000;Host=localhost;Port=9000;Database=default;User=default";
public const string ConnectionString = "Compress=True;CheckCompressedHash=False;Compressor=lz4;SocketTimeout=5000;Host=192.168.51.234;Port=19003;Database=default;User=default";
public const string ConnectionString = "Compress=True;CheckCompressedHash=False;Compressor=lz4;SocketTimeout=5000;Host=localhost;Port=9000;Database=default;User=default";
//public const string ConnectionString = "Compress=True;CheckCompressedHash=False;Compressor=lz4;SocketTimeout=5000;Host=192.168.51.234;Port=19003;Database=default;User=default";
}

0 comments on commit f0220c4

Please sign in to comment.