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 08b556d commit ef47ba6Copy full SHA for ef47ba6
src/main/java/com/arangodb/ArangoDB.java
@@ -108,6 +108,7 @@ public Builder() {
108
vpackParserBuilder.registerModule(new VPackDriverModule());
109
host = new Host(ArangoDBConstants.DEFAULT_HOST, ArangoDBConstants.DEFAULT_PORT);
110
hosts = new ArrayList<Host>();
111
+ user = ArangoDBConstants.DEFAULT_USER;
112
loadProperties(ArangoDB.class.getResourceAsStream(DEFAULT_PROPERTY_FILE));
113
}
114
0 commit comments