Skip to content

Commit

Permalink
Merge pull request #4 from PierrickP/patch-1
Browse files Browse the repository at this point in the history
Change 'user' -> 'username' for db connection in test
  • Loading branch information
notheotherben committed Apr 25, 2014
2 parents 21b5520 + d8246e5 commit be36b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var settings = {
host: "localhost",
user: "iridium",
username: "iridium",
password: "",
database: "iridium"
};
Expand Down

0 comments on commit be36b56

Please sign in to comment.