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.
1 parent 6564949 commit fc1c0a4Copy full SHA for fc1c0a4
server/feature-flags.json
@@ -1,28 +1,19 @@
1
[
2
{
3
"key": "crossRegion",
4
- "value": true
+ "value": false
5
},
6
7
"key": "crossRegion.activeStatusTag",
8
9
10
11
"key": "crossRegion.allowedCrossOrigin",
12
13
14
15
"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
- ]
+ "value": []
26
27
28
"key": "domainAuthorization",
0 commit comments