@@ -26,26 +26,20 @@ If _config_ is a string, it will be interpreted as _config.url_.
2626 When running ArangoDB on a unix socket, e.g. ` /tmp/arangodb.sock ` the
2727 following URL formats are supported for unix sockets:
2828
29- * ` unix:///tmp/arangodb.sock ` (no SSL)
30- * ` http+unix:///tmp/arangodb.sock ` (or ` https+unix:// ` for SSL)
31- * ` http://unix:/tmp/arangodb.sock ` (or ` https://unix: ` for SSL)
29+ - ` unix:///tmp/arangodb.sock ` (no SSL)
30+ - ` http+unix:///tmp/arangodb.sock ` (or ` https+unix:// ` for SSL)
31+ - ` http://unix:/tmp/arangodb.sock ` (or ` https://unix: ` for SSL)
3232
3333 Additionally ` ssl ` and ` tls ` are treated as synonymous with ` https ` and
3434 ` tcp ` is treated as synonymous with ` http ` , so the following URLs are
3535 considered identical:
3636
37- * ` tcp://localhost:8529 ` and ` http://localhost:8529 `
38- * ` ssl://localhost:8529 ` and ` https://localhost:8529 `
39- * ` tcp+unix:///tmp/arangodb.sock ` and ` http+unix:///tmp/arangodb.sock `
40- * ` ssl+unix:///tmp/arangodb.sock ` and ` https+unix:///tmp/arangodb.sock `
41- * ` tcp://unix:/tmp/arangodb.sock ` and ` http://unix:/tmp/arangodb.sock `
42- * ` ssl://unix:/tmp/arangodb.sock ` and ` https://unix:/tmp/arangodb.sock `
43-
44- {% hint 'warning' %}
45- As of arangojs 6.0.0 it is no longer possible to pass
46- the username or password from the URL. Use
47- [ ` database.useBasicAuth ` ] ( #databaseusebasicauth ) instead.
48- {% endhint %}
37+ - ` tcp://localhost:8529 ` and ` http://localhost:8529 `
38+ - ` ssl://localhost:8529 ` and ` https://localhost:8529 `
39+ - ` tcp+unix:///tmp/arangodb.sock ` and ` http+unix:///tmp/arangodb.sock `
40+ - ` ssl+unix:///tmp/arangodb.sock ` and ` https+unix:///tmp/arangodb.sock `
41+ - ` tcp://unix:/tmp/arangodb.sock ` and ` http://unix:/tmp/arangodb.sock `
42+ - ` ssl://unix:/tmp/arangodb.sock ` and ` https://unix:/tmp/arangodb.sock `
4943
5044 If you want to use ArangoDB with authentication, see
5145 _ useBasicAuth_ or _ useBearerAuth_ methods.
0 commit comments