From e31179224ed4d407e3f186af7c2259eea4fec7af Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 22 Feb 2019 20:47:06 -0700 Subject: [PATCH] Export the defaults for SdkConfig --- src/SdkConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SdkConfig.js b/src/SdkConfig.js index 65982bd6f2b..78dd050a1e7 100644 --- a/src/SdkConfig.js +++ b/src/SdkConfig.js @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -const DEFAULTS = { +export const DEFAULTS = { // URL to a page we show in an iframe to configure integrations integrations_ui_url: "https://scalar.vector.im/", // Base URL to the REST interface of the integrations server