Skip to content

Commit

Permalink
Change 'user' -> 'username' for db connection
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrickP committed Apr 25, 2014
1 parent 21b5520 commit d8246e5
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 d8246e5

Please sign in to comment.