Skip to content

Commit b6aa608

Browse files
committed
Update README.md
1 parent 5ee533e commit b6aa608

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
1) Drop in [JDBC driver](https://github.com/ydb-platform/ydb-jdbc-driver/releases) to classpath or pick this file in IDEA
1111
2) Connect to YDB
12-
* Local or remote Docker (anonymous authentication):<br>`jdbc:ydb:grpc://localhost:2135/local`
13-
* Self-hosted cluster:<br>`jdbc:ydb:grpcs://<host>:2136/Root/testdb?secureConnectionCertificate=file:~/myca.cer`
12+
* Local or remote Docker (anonymous authentication):<br>`jdbc:ydb:grpc://localhost:2136/local`
13+
* Self-hosted cluster:<br>`jdbc:ydb:grpcs://<host>:2135/Root/testdb?secureConnectionCertificate=file:~/myca.cer`
1414
* Connect with token to the cloud instance:<br>`jdbc:ydb:grpcs://<host>:2135/path/to/database?token=file:~/my_token`
15-
* Connect with service account to the cloud instance:<br>`jdbc:ydb:grpcs://<host>:2136/path/to/database?saFile=file:~/sa_key.json`
15+
* Connect with service account to the cloud instance:<br>`jdbc:ydb:grpcs://<host>:2135/path/to/database?saFile=file:~/sa_key.json`
1616
3) Execute queries, see example in [YdbDriverExampleTest.java](jdbc/src/test/java/tech/ydb/jdbc/YdbDriverExampleTest.java)
1717

1818
### Usage with Maven

0 commit comments

Comments
 (0)