Skip to content

Commit 8cdea89

Browse files
committed
updated readme
1 parent 2c98389 commit 8cdea89

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

examples/client/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,12 @@ mvn exec:java -Dexec.mainClass="com.clickhouse.examples.formats.ProtobufMain"
6464
To run with a snapshot version of ClickHouse Java client (replace `0.6.0` with the actual version and use repository `https://oss.sonatype.org/content/repositories/snapshots`)
6565
```shell
6666
mvn exec:java -Dclickhouse-java.version=0.6.0-SNAPSHOT -Dexec.mainClass="com.clickhouse.examples.formats.ProtobufMain"
67-
```
67+
```
68+
69+
70+
Addition options can be passed to the application:
71+
- `-DchPort` - ClickHouse server port (default: 8123)
72+
- `-DchSsl` - Set to `true` to use https (default: false)
73+
- `-DchUser` - ClickHouse user name (default: default)
74+
- `-DchPassword` - ClickHouse user password (default: empty)
75+
- `-DchDatabase` - ClickHouse database name (default: default)

0 commit comments

Comments
 (0)