Skip to content

Commit

Permalink
revert change in config
Browse files Browse the repository at this point in the history
  • Loading branch information
ron litzenberger committed Jan 23, 2019
1 parent 629238b commit d6fbd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const config = {
]
},
benchmarks: {
doctor: process.env.DOCTOR && process.env.DOCTOR !== 'false' true,
doctor: process.env.DOCTOR || true,
host: getBenchmarkHostname(),
user: process.env.BENCHMARK_USER || 'elexy',
key: process.env.BENCHMARK_KEY || keyfile,
Expand Down

0 comments on commit d6fbd0f

Please sign in to comment.