Skip to content

Commit

Permalink
expose new configuration options in development.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mantas Sidlauskas committed Apr 24, 2024
1 parent 0a91185 commit 33836b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ persistence:
pluginName: "cassandra"
hosts: "127.0.0.1"
keyspace: "cadence"
connectTimeout: 2s # defaults to 2s if not defined
timeout: 5s # defaults to 10s if not defined
consistency: LOCAL_QUORUM # default value
serialConsistency: LOCAL_SERIAL # default value
cass-visibility:
nosql:
pluginName: "cassandra"
Expand Down

0 comments on commit 33836b4

Please sign in to comment.