mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-25 09:36:14 +01:00
worker_replication_host
is no longer supported by Synapse
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
f4b366c6f4
commit
66bc26a113
|
@ -18,4 +18,8 @@
|
||||||
federation_sender_instances = [
|
federation_sender_instances = [
|
||||||
"worker-federation-sender-0"
|
"worker-federation-sender-0"
|
||||||
];
|
];
|
||||||
|
instance_map.main = {
|
||||||
|
host = "localhost";
|
||||||
|
port = 9093;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,10 +21,6 @@ makeSystem {
|
||||||
settings = {
|
settings = {
|
||||||
worker_app = "synapse.app.generic_worker";
|
worker_app = "synapse.app.generic_worker";
|
||||||
|
|
||||||
# The replication listener on the main synapse process.
|
|
||||||
worker_replication_host = "127.0.0.1";
|
|
||||||
worker_replication_http_port = 9093;
|
|
||||||
|
|
||||||
worker_listeners = [
|
worker_listeners = [
|
||||||
{
|
{
|
||||||
port = 6167;
|
port = 6167;
|
||||||
|
|
|
@ -242,10 +242,6 @@ database:
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
password: "{{ .Data.data.redis_password }}"
|
password: "{{ .Data.data.redis_password }}"
|
||||||
instance_map:
|
|
||||||
main:
|
|
||||||
host: localhost
|
|
||||||
port: 9093
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
EOF
|
EOF
|
||||||
destination = "/secrets/extra.yaml"
|
destination = "/secrets/extra.yaml"
|
||||||
|
@ -403,10 +399,6 @@ database:
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
password: "{{ .Data.data.redis_password }}"
|
password: "{{ .Data.data.redis_password }}"
|
||||||
instance_map:
|
|
||||||
main:
|
|
||||||
host: localhost
|
|
||||||
port: 9093
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
EOF
|
EOF
|
||||||
destination = "/secrets/extra.yaml"
|
destination = "/secrets/extra.yaml"
|
||||||
|
@ -564,10 +556,6 @@ database:
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
password: "{{ .Data.data.redis_password }}"
|
password: "{{ .Data.data.redis_password }}"
|
||||||
instance_map:
|
|
||||||
main:
|
|
||||||
host: localhost
|
|
||||||
port: 9093
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
EOF
|
EOF
|
||||||
destination = "/secrets/extra.yaml"
|
destination = "/secrets/extra.yaml"
|
||||||
|
@ -725,10 +713,6 @@ database:
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
password: "{{ .Data.data.redis_password }}"
|
password: "{{ .Data.data.redis_password }}"
|
||||||
instance_map:
|
|
||||||
main:
|
|
||||||
host: localhost
|
|
||||||
port: 9093
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
EOF
|
EOF
|
||||||
destination = "/secrets/extra.yaml"
|
destination = "/secrets/extra.yaml"
|
||||||
|
@ -971,10 +955,6 @@ database:
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
password: "{{ .Data.data.redis_password }}"
|
password: "{{ .Data.data.redis_password }}"
|
||||||
instance_map:
|
|
||||||
main:
|
|
||||||
host: localhost
|
|
||||||
port: 9093
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
EOF
|
EOF
|
||||||
destination = "/secrets/extra.yaml"
|
destination = "/secrets/extra.yaml"
|
||||||
|
|
Loading…
Reference in a new issue