Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 3e15bd2

Browse files
authored
Java Driver: added jwt authentication (#856)
1 parent 69c43ad commit 3e15bd2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

drivers/java-reference-setup.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ ArangoDB arangoDB = new ArangoDB.Builder().build();
1515
The driver is configured with some default values:
1616

1717
| property-key | description | default value |
18-
| ------------------------ | --------------------------------------- | -------------- |
18+
|--------------------------|-----------------------------------------| -------------- |
1919
| arangodb.hosts | ArangoDB hosts | 127.0.0.1:8529 |
2020
| arangodb.timeout | connect & request timeout (millisecond) | 0 |
21-
| arangodb.user | Basic Authentication User |
22-
| arangodb.password | Basic Authentication Password |
21+
| arangodb.user | Basic Authentication User | root |
22+
| arangodb.password | Basic Authentication Password | |
23+
| arangodb.jwt | Authentication JWT | |
2324
| arangodb.useSsl | use SSL connection | false |
2425
| arangodb.chunksize | VelocyStream Chunk content-size (bytes) | 30000 |
2526
| arangodb.connections.max | max number of connections | 1 VST, 20 HTTP |

0 commit comments

Comments
 (0)