Skip to content

Commit fc1c0a4

Browse files
authored
set crossRegion feature to be disabled by default (#437)
1 parent 6564949 commit fc1c0a4

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

server/feature-flags.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,19 @@
11
[
22
{
33
"key": "crossRegion",
4-
"value": true
4+
"value": false
55
},
66
{
77
"key": "crossRegion.activeStatusTag",
8-
"value": true
8+
"value": false
99
},
1010
{
1111
"key": "crossRegion.allowedCrossOrigin",
12-
"value": true
12+
"value": false
1313
},
1414
{
1515
"key": "crossRegion.clusterOriginList",
16-
"value": [
17-
{
18-
"clusterName": "primary",
19-
"origin": "http://localhost:8088"
20-
},
21-
{
22-
"clusterName": "secondary",
23-
"origin": "http://localhost:8089"
24-
}
25-
]
16+
"value": []
2617
},
2718
{
2819
"key": "domainAuthorization",

0 commit comments

Comments
 (0)