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 3a497bd commit e58a98dCopy full SHA for e58a98d
README.md
@@ -29,6 +29,15 @@ unix> ./arangod --server.endpoint vpp+tcp://127.0.0.1:8529
29
--ssl.keyfile server.pem /tmp/vocbase
30
```
31
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
41
## Maven
42
43
To add the driver to your project with maven, add the following code to your pom.xml
0 commit comments