Skip to content

Commit e58a98d

Browse files
author
Mark
committed
changed docu (endpoint tcp, vpp)
1 parent 3a497bd commit e58a98d

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
@@ -29,6 +29,15 @@ unix> ./arangod --server.endpoint vpp+tcp://127.0.0.1:8529
2929
--ssl.keyfile server.pem /tmp/vocbase
3030
```
3131

32+
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.
33+
34+
```
35+
unix> ./arangod --server.endpoint vpp+tcp://127.0.0.1:8529
36+
--server.endpoint vpp+ssl://127.0.0.1:8530
37+
--server.endpoint tcp://127.0.0.1:8531
38+
--ssl.keyfile server.pem /tmp/vocbase
39+
```
40+
3241
## Maven
3342

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

0 commit comments

Comments
 (0)