Skip to content

Commit

Permalink
Various clusters.json: Make CSL and FSM mode flags both false
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Jing Vincent Yan <yyan82@bloomberg.net>
  • Loading branch information
kaikulimu committed Jun 14, 2024
1 parent 4296e34 commit 4ad9251
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/cluster/config/clusters.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "planets",
"clusterAttributes": {
"isCSLModeEnabled": true,
"isCSLModeEnabled": false,
"isFSMWorkflow": false
},
"nodes": [
Expand Down
2 changes: 1 addition & 1 deletion docker/single-node/config/clusters.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "local",
"clusterAttributes": {
"isCSLModeEnabled": true,
"isCSLModeEnabled": false,
"isFSMWorkflow": false
},
"nodes": [
Expand Down
2 changes: 1 addition & 1 deletion src/applications/bmqbrkr/etc/clusters.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "local",
"clusterAttributes": {
"isCSLModeEnabled": true,
"isCSLModeEnabled": false,
"isFSMWorkflow": false
},
"nodes": [
Expand Down

0 comments on commit 4ad9251

Please sign in to comment.