Skip to content

Commit 1a98ff4

Browse files
authored
chore: Remove CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT env var (#971)
1 parent f0691fe commit 1a98ff4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Testcontainers.ClickHouse/ClickHouseBuilder.cs

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ protected override ClickHouseBuilder Init()
8585
.WithImage(ClickHouseImage)
8686
.WithPortBinding(HttpPort, true)
8787
.WithPortBinding(NativePort, true)
88-
.WithEnvironment("CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT", "1")
8988
.WithDatabase(DefaultDatabase)
9089
.WithUsername(DefaultUsername)
9190
.WithPassword(DefaultPassword)

0 commit comments

Comments
 (0)