Skip to content

Commit

Permalink
fix healthDataServerURLs
Browse files Browse the repository at this point in the history
  • Loading branch information
zaggino committed Apr 3, 2017
1 parent 9dd5b23 commit 1c2e14c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/brackets.config.dev.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"healthDataServerURL" : "https://healthdev.brackets.io/healthDataLog"
"healthDataServerURLs": ["https://healthdev.brackets.io/healthDataLog", "https://brackets-electron-data.herokuapp.com/api/health"]
}
2 changes: 1 addition & 1 deletion src/brackets.config.dist.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"healthDataServerURL" : "https://health.brackets.io/healthDataLog"
"healthDataServerURLs": ["https://health.brackets.io/healthDataLog", "https://brackets-electron-data.herokuapp.com/api/health"]
}

0 comments on commit 1c2e14c

Please sign in to comment.