Skip to content

Commit

Permalink
fix: update production config
Browse files Browse the repository at this point in the history
  • Loading branch information
zarianec committed Mar 18, 2022
1 parent 4510a4f commit 51227f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/default.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"api": {
"host": "ws://api.globalping.net"
"host": "ws://api.globalping.io"
}
}
2 changes: 1 addition & 1 deletion config/production.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"api": {
"host": "ws://globalping-api-prod.herokuapp.com"
"host": "ws://api.globalping.io"
}
}

0 comments on commit 51227f2

Please sign in to comment.