Skip to content

Commit ac2f350

Browse files
author
Mark
committed
changed docu (endpoint tcp, vpp)
1 parent 91cc514 commit ac2f350

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ unix> ./arangod --server.endpoint vpp+tcp://127.0.0.1:8529
2222
--ssl.keyfile server.pem /tmp/vocbase
2323
```
2424

25+
Note: The web interface needs only endpoint tcp. If you want to use both, the driver and the web interface you have to use both endpoints.
26+
27+
```
28+
unix> ./arangod --server.endpoint vpp+tcp://127.0.0.1:8529
29+
--server.endpoint vpp+ssl://127.0.0.1:8530
30+
--server.endpoint tcp://127.0.0.1:8531
31+
--ssl.keyfile server.pem /tmp/vocbase
32+
```
33+
2534
## Maven
2635

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

0 commit comments

Comments
 (0)