Skip to content

Commit

Permalink
fix: move back to localhost remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Silberman committed Jul 24, 2019
1 parent 6581fc8 commit f08d936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/best-benchmarks/best.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
"runner": "@best/runner-hub",
"alias": "heroku-hub",
"config": {
"host": "https://bestv4-hub.herokuapp.com",
"host": "http://localhost:5555",
"options": {
query: {
token: process.env.HUB_TOKEN
Expand Down

0 comments on commit f08d936

Please sign in to comment.