From d0d7f2d2d2d9112b4e90f767cf9e7a6c758dd0c2 Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 5 Aug 2016 16:14:03 +0100 Subject: [PATCH] Add 'enable labs' setting to sample config --- vector/config.sample.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vector/config.sample.json b/vector/config.sample.json index e69cf06cf5..5b80ede382 100644 --- a/vector/config.sample.json +++ b/vector/config.sample.json @@ -3,5 +3,6 @@ "default_is_url": "https://vector.im", "brand": "Vector", "integrations_ui_url": "http://localhost:8081/", - "integrations_rest_url": "http://localhost:5050" + "integrations_rest_url": "http://localhost:5050", + "enableLabs": true }