Skip to content

Commit 75cd696

Browse files
feature config changes
1 parent 9657829 commit 75cd696

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

redisinsight/api/config/features-config.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,32 @@
11
{
2-
"version": 2.4603,
2+
"version": 2.52,
33
"features": {
44
"insightsRecommendations": {
55
"flag": true,
66
"perc": [[0,100]]
77
},
8+
"documentationChat": {
9+
"flag": true,
10+
"perc": [[0,5]],
11+
"filters": [
12+
{
13+
"name": "config.server.buildType",
14+
"value": "ELECTRON",
15+
"cond": "eq"
16+
}
17+
]
18+
},
19+
"databaseChat": {
20+
"flag": true,
21+
"perc": [[0,5]],
22+
"filters": [
23+
{
24+
"name": "config.server.buildType",
25+
"value": "ELECTRON",
26+
"cond": "eq"
27+
}
28+
]
29+
},
830
"cloudSso": {
931
"flag": true,
1032
"perc": [[0,100]],

0 commit comments

Comments
 (0)