diff --git a/config.json b/config.json index 923d23ab2c..e1024d0b7e 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,6 @@ { "default_hs_url": "https://matrix.org", - "default_is_url": "https://vector.im" + "default_is_url": "https://vector.im", + "integrations_ui_url": "http://localhost:8081/", + "integrations_rest_url": "http://localhost:5050" } diff --git a/package.json b/package.json index 47997061ed..c2400cedfc 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "highlight.js": "^9.0.0", "linkifyjs": "^2.0.0-beta.4", "matrix-js-sdk": "^0.5.2", - "matrix-react-sdk": "^0.5.2", + "matrix-react-sdk": "matrix-org/matrix-react-sdk#develop", "modernizr": "^3.1.0", "q": "^1.4.1", "react": "^15.0.1",