We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9657829 + 75cd696 commit efef880Copy full SHA for efef880
redisinsight/api/config/features-config.json
@@ -1,10 +1,32 @@
1
{
2
- "version": 2.4603,
+ "version": 2.52,
3
"features": {
4
"insightsRecommendations": {
5
"flag": true,
6
"perc": [[0,100]]
7
},
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
21
22
23
24
25
26
27
28
29
30
"cloudSso": {
31
32
"perc": [[0,100]],
0 commit comments