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 }