Skip to content

Commit

Permalink
Update harness.js
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnachlinger committed Mar 8, 2014
1 parent 6dd954a commit c70a819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers/harness.js
Expand Up @@ -15,7 +15,7 @@ function createTestTable(options, cb) {

exports.connect = function (t) {
mysqlUtil({
host: process.env.MYSQL_HOST || 'vm',
host: process.env.MYSQL_HOST || '127.0.0.1',
user: process.env.MYSQL_USER || 'root',
password: process.env.MYSQL_PASSWORD || null,
database: process.env.MYSQL_DATABASE || 'mysqlutil_test'
Expand Down

0 comments on commit c70a819

Please sign in to comment.