We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304d2b6 commit 7a83083Copy full SHA for 7a83083
README.md
@@ -50,6 +50,9 @@ Environment variables:
50
* `CLICKHOUSE_HOST` - ClickHouse host for inserts, default `localhost`
51
* `CLICKHOUSE_PORT` - ClickHouse port for inserts, default `8123`
52
* `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`
56
* `RABBIT_HOST` - RabbitMQ host for subscribe, default `localhost`
57
* `RABBIT_STOMP_PORT` - RabbitMQ STOMP port, default `61613`
58
* `RABBIT_USER` - RabbitMQ STOMP login user, default `guest`
0 commit comments