From 75cd6961c87d0e9bafe6867bfbabbcb61d511137 Mon Sep 17 00:00:00 2001 From: ArtemHoruzhenko Date: Tue, 18 Jun 2024 13:37:29 +0300 Subject: [PATCH] feature config changes --- redisinsight/api/config/features-config.json | 24 +++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/redisinsight/api/config/features-config.json b/redisinsight/api/config/features-config.json index add05a3182..05f20d0346 100644 --- a/redisinsight/api/config/features-config.json +++ b/redisinsight/api/config/features-config.json @@ -1,10 +1,32 @@ { - "version": 2.4603, + "version": 2.52, "features": { "insightsRecommendations": { "flag": true, "perc": [[0,100]] }, + "documentationChat": { + "flag": true, + "perc": [[0,5]], + "filters": [ + { + "name": "config.server.buildType", + "value": "ELECTRON", + "cond": "eq" + } + ] + }, + "databaseChat": { + "flag": true, + "perc": [[0,5]], + "filters": [ + { + "name": "config.server.buildType", + "value": "ELECTRON", + "cond": "eq" + } + ] + }, "cloudSso": { "flag": true, "perc": [[0,100]],