Skip to content

Commit

Permalink
[DOP-23743] All hardcoded passwords in this repo are used ONLY for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Feb 6, 2025
1 parent f6921cc commit 956ad5e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ TZ=UTC
CH_HOST=localhost
CH_PORT=8123
CH_PORT_CLIENT=9001
CH_DATABASE=default
CH_USER=default
CH_PASSWORD=
CH_DATABASE=spark
CH_USER=spark
CH_PASSWORD=123UsedForTestOnly@!
7 changes: 6 additions & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ services:
test-clickhouse:
image: ${CLICKHOUSE_IMAGE:-clickhouse/clickhouse-server:latest-alpine}
restart: unless-stopped
environment:
TZ: UTC
CLICKHOUSE_DB: spark
CLICKHOUSE_USER: spark
CLICKHOUSE_PASSWORD: 123UsedForTestOnly@!
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: 1
ports:
- 8123:8123
- 9001:9000

0 comments on commit 956ad5e

Please sign in to comment.