Skip to content

Commit

Permalink
change click credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilyas Gasanov committed Feb 4, 2025
1 parent b2f67a4 commit f171e56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.docker
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ TEST_CLICKHOUSE_PORT_FOR_CONFTEST=8123
TEST_CLICKHOUSE_HOST_FOR_WORKER=test-clickhouse
TEST_CLICKHOUSE_PORT_FOR_WORKER=8123
TEST_CLICKHOUSE_USER=default
TEST_CLICKHOUSE_PASSWORD=
TEST_CLICKHOUSE_PASSWORD=test_only
TEST_CLICKHOUSE_DB=default

TEST_MSSQL_HOST_FOR_CONFTEST=test-mssql
Expand Down
2 changes: 1 addition & 1 deletion .env.local
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export TEST_CLICKHOUSE_PORT_FOR_CONFTEST=8123
export TEST_CLICKHOUSE_HOST_FOR_WORKER=test-clickhouse
export TEST_CLICKHOUSE_PORT_FOR_WORKER=8123
export TEST_CLICKHOUSE_USER=default
export TEST_CLICKHOUSE_PASSWORD=
export TEST_CLICKHOUSE_PASSWORD=test_only
export TEST_CLICKHOUSE_DB=default

export TEST_MSSQL_HOST_FOR_CONFTEST=localhost
Expand Down
4 changes: 4 additions & 0 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@ services:
test-clickhouse:
image: clickhouse/clickhouse-server
restart: unless-stopped
environment:
CLICKHOUSE_USER: default
CLICKHOUSE_PASSWORD: test_only
CLICKHOUSE_DB: default
ports:
- 8123:8123
- 9001:9000
Expand Down

0 comments on commit f171e56

Please sign in to comment.