Skip to content

Commit

Permalink
Remove CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT env var
Browse files Browse the repository at this point in the history
`CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT` is not needed for database
initialization.
  • Loading branch information
eddumelendez committed Aug 10, 2023
1 parent b2b743b commit f748200
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Testcontainers.ClickHouse/ClickHouseBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ protected override ClickHouseBuilder Init()
.WithImage(ClickHouseImage)
.WithPortBinding(HttpPort, true)
.WithPortBinding(NativePort, true)
.WithEnvironment("CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT", "1")
.WithDatabase(DefaultDatabase)
.WithUsername(DefaultUsername)
.WithPassword(DefaultPassword)
Expand Down

0 comments on commit f748200

Please sign in to comment.