Skip to content

Commit c553681

Browse files
authored
[docker] set matching.enableClientAutoConfig to true in dynamic config (#7193)
What changed? Add dynamic config key for matching.enableClientAutoConfig into docker image for easier testing of client autoscaling feature
1 parent 10e75b6 commit c553681

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/dynamicconfig/development.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,5 @@ system.writeVisibilityStoreName:
6868
- value: "db"
6969
system.readVisibilityStoreName:
7070
- value: "db"
71+
matching.enableClientAutoConfig:
72+
- value: true

0 commit comments

Comments
 (0)