Skip to content

Commit ef47ba6

Browse files
author
mpv1989
committed
Add user default
1 parent 08b556d commit ef47ba6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/arangodb/ArangoDB.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public Builder() {
108108
vpackParserBuilder.registerModule(new VPackDriverModule());
109109
host = new Host(ArangoDBConstants.DEFAULT_HOST, ArangoDBConstants.DEFAULT_PORT);
110110
hosts = new ArrayList<Host>();
111+
user = ArangoDBConstants.DEFAULT_USER;
111112
loadProperties(ArangoDB.class.getResourceAsStream(DEFAULT_PROPERTY_FILE));
112113
}
113114

0 commit comments

Comments
 (0)