We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91cc514 commit ac2f350Copy full SHA for ac2f350
README.md
@@ -22,6 +22,15 @@ unix> ./arangod --server.endpoint vpp+tcp://127.0.0.1:8529
22
--ssl.keyfile server.pem /tmp/vocbase
23
```
24
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
34
## Maven
35
36
To add the driver to your project with maven, add the following code to your pom.xml
0 commit comments