diff --git a/config/development.yaml b/config/development.yaml index 2ab9cca15e2..25c4adc403a 100644 --- a/config/development.yaml +++ b/config/development.yaml @@ -15,7 +15,6 @@ persistence: keyspace: "temporal_visibility" global: membership: - name: temporal maxJoinDuration: 30s broadcastAddress: "127.0.0.1" pprof: diff --git a/config/development_active.yaml b/config/development_active.yaml index 0845acef7e9..b534532bc60 100644 --- a/config/development_active.yaml +++ b/config/development_active.yaml @@ -13,7 +13,6 @@ persistence: keyspace: "temporal_visibility_active" global: membership: - name: temporal_active maxJoinDuration: 30s broadcastAddress: "127.0.0.1" pprof: diff --git a/config/development_archival.yaml b/config/development_archival.yaml index 65204cddb08..f9658d8a9bf 100644 --- a/config/development_archival.yaml +++ b/config/development_archival.yaml @@ -15,7 +15,6 @@ persistence: keyspace: "temporal_visibility" global: membership: - name: temporal maxJoinDuration: 30s broadcastAddress: "127.0.0.1" pprof: diff --git a/config/development_es.yaml b/config/development_es.yaml index 46baec7e6cc..6b6d8128b6d 100644 --- a/config/development_es.yaml +++ b/config/development_es.yaml @@ -21,7 +21,6 @@ persistence: visibility: temporal-visibility-dev global: membership: - name: temporal maxJoinDuration: 30s pprof: port: 7936 diff --git a/config/development_mysql.yaml b/config/development_mysql.yaml index 3a654ce3786..7a119fdbaf2 100644 --- a/config/development_mysql.yaml +++ b/config/development_mysql.yaml @@ -28,7 +28,6 @@ persistence: global: membership: - name: temporal maxJoinDuration: 30s pprof: port: 7936 diff --git a/config/development_other.yaml b/config/development_other.yaml index 3b2bae0cdc9..9420796aa1a 100644 --- a/config/development_other.yaml +++ b/config/development_other.yaml @@ -14,7 +14,6 @@ persistence: global: membership: - name: temporal_other maxJoinDuration: 30s pprof: port: 9936 diff --git a/config/development_postgres.yaml b/config/development_postgres.yaml index 51be005f704..080c7fcd34c 100644 --- a/config/development_postgres.yaml +++ b/config/development_postgres.yaml @@ -28,7 +28,6 @@ persistence: global: membership: - name: temporal maxJoinDuration: 30s pprof: port: 7936 diff --git a/config/development_prometheus.yaml b/config/development_prometheus.yaml index 4c8cc346bb2..4ced5fe8a13 100644 --- a/config/development_prometheus.yaml +++ b/config/development_prometheus.yaml @@ -14,7 +14,6 @@ persistence: global: membership: - name: temporal maxJoinDuration: 30s pprof: port: 7936 diff --git a/config/development_standby.yaml b/config/development_standby.yaml index c051cac044b..ae66133b813 100644 --- a/config/development_standby.yaml +++ b/config/development_standby.yaml @@ -14,7 +14,6 @@ persistence: global: membership: - name: temporal_standby maxJoinDuration: 30s pprof: port: 8936