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 23, 2019
1 parent d3c37ed commit 7593534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/best-benchmarks/best.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
"runner": "@best/runner-remote",
"alias": "remote-agent",
"config": {
"host": "https://bestv4-agent.herokuapp.com",
"host": "http://localhost:5000",
"options": { path: "/best" },
"remoteRunner": "@best/runner-headless"
}
Expand All @@ -18,7 +18,7 @@ module.exports = {
"runner": "@best/runner-hub",
"alias": "heroku-hub",
"config": {
"host": "https://bestv4-hub.herokuapp.com",
"host": "http://localhost:5555",
"options": {
path: "/hub",
query: {
Expand Down

0 comments on commit 7593534

Please sign in to comment.