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]],