diff --git a/src/brackets.config.dev.json b/src/brackets.config.dev.json index fb63f4d01ba..c2af5573bc1 100644 --- a/src/brackets.config.dev.json +++ b/src/brackets.config.dev.json @@ -1,3 +1,3 @@ { - "healthDataServerURL" : "https://healthdev.brackets.io/healthDataLog" + "healthDataServerURLs": ["https://healthdev.brackets.io/healthDataLog", "https://brackets-electron-data.herokuapp.com/api/health"] } diff --git a/src/brackets.config.dist.json b/src/brackets.config.dist.json index 51a409ad9a0..a0a2ef39115 100644 --- a/src/brackets.config.dist.json +++ b/src/brackets.config.dist.json @@ -1,3 +1,3 @@ { - "healthDataServerURL" : "https://health.brackets.io/healthDataLog" + "healthDataServerURLs": ["https://health.brackets.io/healthDataLog", "https://brackets-electron-data.herokuapp.com/api/health"] }