Skip to content

Commit 8e7e5f0

Browse files
committed
reverting changes to the features config.json
1 parent 470c1f7 commit 8e7e5f0

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

redisinsight/api/config/features-config.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@
4545
"cloudSso": {
4646
"flag": true,
4747
"perc": [[0, 100]],
48+
"filters": [
49+
{
50+
"name": "config.server.buildType",
51+
"value": "ELECTRON",
52+
"cond": "eq"
53+
}
54+
],
4855
"data": {
4956
"filterFreePlan": [
5057
{
@@ -71,7 +78,14 @@
7178
},
7279
"cloudSsoRecommendedSettings": {
7380
"flag": true,
74-
"perc": [[0, 100]]
81+
"perc": [[0, 100]],
82+
"filters": [
83+
{
84+
"name": "config.server.buildType",
85+
"value": "ELECTRON",
86+
"cond": "eq"
87+
}
88+
]
7589
},
7690
"redisModuleFilter": {
7791
"flag": true,

0 commit comments

Comments
 (0)