Skip to content

Commit 7a83083

Browse files
committed
update dependencies, support clickhouse user / password in docker image, support ssl connection to clickhouse
1 parent 304d2b6 commit 7a83083

File tree

4 files changed

+196
-126
lines changed

4 files changed

+196
-126
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ Environment variables:
5050
* `CLICKHOUSE_HOST` - ClickHouse host for inserts, default `localhost`
5151
* `CLICKHOUSE_PORT` - ClickHouse port for inserts, default `8123`
5252
* `CLICKHOUSE_DB` - ClickHouse database for inserts, default `default`
53+
* `CLICKHOUSE_USER` - ClickHouse user, optional
54+
* `CLICKHOUSE_PASSWORD` - ClickHouse password, optional
55+
* `CLICKHOUSE_SSL` - ClickHouse need use HTTPS connection instead HTTP, default `false`
5356
* `RABBIT_HOST` - RabbitMQ host for subscribe, default `localhost`
5457
* `RABBIT_STOMP_PORT` - RabbitMQ STOMP port, default `61613`
5558
* `RABBIT_USER` - RabbitMQ STOMP login user, default `guest`

0 commit comments

Comments
 (0)