Skip to content

Commit

Permalink
bugfix: add missing config for docker (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxing1292 authored Feb 9, 2018
1 parent d429f53 commit f059d31
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
clustersInfo:
initialFailoverVersion: 0
failoverVersionIncrement: 10
currentClusterName: "sjc1"
currentClusterName: "active"
clusterNames:
- "dca1"
- "sjc1"
- "active"
- "standby"
8 changes: 8 additions & 0 deletions docker/config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ services:
statsd:
hostPort: "${STATSD_ENDPOINT}"
prefix: "cadence-history"

clustersInfo:
initialFailoverVersion: 0
failoverVersionIncrement: 10
currentClusterName: "active"
clusterNames:
- "active"
- "standby"

0 comments on commit f059d31

Please sign in to comment.