forked from cadence-workflow/cadence
-
Notifications
You must be signed in to change notification settings - Fork 0
/
development.yaml
54 lines (49 loc) · 994 Bytes
/
development.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
cassandra:
hosts: "127.0.0.1"
keyspace: "cadence"
visibilityKeyspace: "cadence_visibility"
consistency: "One"
numHistoryShards: 4
ringpop:
name: cadence
bootstrapMode: hosts
bootstrapHosts: ["127.0.0.1:7933", "127.0.0.1:7934", "127.0.0.1:7935"]
maxJoinDuration: 30s
services:
frontend:
rpc:
port: 7933
bindOnLocalHost: true
metrics:
statsd:
hostPort: "127.0.0.1:8125"
prefix: "cadence"
pprof:
port: 7936
matching:
rpc:
port: 7935
bindOnLocalHost: true
metrics:
statsd:
hostPort: "127.0.0.1:8125"
prefix: "cadence"
pprof:
port: 7938
history:
rpc:
port: 7934
bindOnLocalHost: true
metrics:
statsd:
hostPort: "127.0.0.1:8125"
prefix: "cadence"
pprof:
port: 7937
clustersInfo:
initialFailoverVersion: 0
failoverVersionIncrement: 10
currentClusterName: "active"
clusterNames:
- "active"
- "standby"