Skip to content

Commit 91cc514

Browse files
author
Mark
committed
added docu for server configuration
1 parent 4ee45fe commit 91cc514

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ master: [![Build Status](https://secure.travis-ci.org/arangodb/arangodb-java-dri
1212
<tr><td>4.0.x</td><td>3.1.x</td><td>VelocyStream</td><td>1.8</td></tr>
1313
</table>
1414

15+
##Server Configuration
16+
17+
To use the driver version 4.0.0 and above, you need to run ArangoDB server with an endpoint using VelocyStream protocol. (see [documentation](https://docs.arangodb.com/current/Manual/Administration/Configuration/Endpoint.html#server-endpoints))
18+
19+
```
20+
unix> ./arangod --server.endpoint vpp+tcp://127.0.0.1:8529
21+
--server.endpoint vpp+ssl://127.0.0.1:8530
22+
--ssl.keyfile server.pem /tmp/vocbase
23+
```
24+
1525
## Maven
1626

1727
To add the driver to your project with maven, add the following code to your pom.xml

0 commit comments

Comments
 (0)