Skip to content

Commit

Permalink
Remove unused config (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxing1292 committed Oct 13, 2020
1 parent b73b49a commit 5a28408
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion config/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ persistence:
keyspace: "temporal_visibility"
global:
membership:
name: temporal
maxJoinDuration: 30s
broadcastAddress: "127.0.0.1"
pprof:
Expand Down
1 change: 0 additions & 1 deletion config/development_active.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ persistence:
keyspace: "temporal_visibility_active"
global:
membership:
name: temporal_active
maxJoinDuration: 30s
broadcastAddress: "127.0.0.1"
pprof:
Expand Down
1 change: 0 additions & 1 deletion config/development_archival.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ persistence:
keyspace: "temporal_visibility"
global:
membership:
name: temporal
maxJoinDuration: 30s
broadcastAddress: "127.0.0.1"
pprof:
Expand Down
1 change: 0 additions & 1 deletion config/development_es.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ persistence:
visibility: temporal-visibility-dev
global:
membership:
name: temporal
maxJoinDuration: 30s
pprof:
port: 7936
Expand Down
1 change: 0 additions & 1 deletion config/development_mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ persistence:

global:
membership:
name: temporal
maxJoinDuration: 30s
pprof:
port: 7936
Expand Down
1 change: 0 additions & 1 deletion config/development_other.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ persistence:

global:
membership:
name: temporal_other
maxJoinDuration: 30s
pprof:
port: 9936
Expand Down
1 change: 0 additions & 1 deletion config/development_postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ persistence:

global:
membership:
name: temporal
maxJoinDuration: 30s
pprof:
port: 7936
Expand Down
1 change: 0 additions & 1 deletion config/development_prometheus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ persistence:

global:
membership:
name: temporal
maxJoinDuration: 30s
pprof:
port: 7936
Expand Down
1 change: 0 additions & 1 deletion config/development_standby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ persistence:

global:
membership:
name: temporal_standby
maxJoinDuration: 30s
pprof:
port: 8936
Expand Down

0 comments on commit 5a28408

Please sign in to comment.