Skip to content
Snippets Groups Projects
Unverified Commit 269eddad authored by villepeh's avatar villepeh Committed by GitHub
Browse files

Add `worker_main_http_uri` to the contrib bash script (#13772)


* Add worker_main_http_uri, replace >> with >

Co-authored-by: default avatarDirk Klimpel <5740567+dklimpel@users.noreply.github.com>
Co-authored-by: default avatarErik Johnston <erik@matrix.org>
parent 8ae42ab8
No related branches found
No related tags found
No related merge requests found
Add `worker_main_http_uri` for the worker generator bash script.
......@@ -7,7 +7,7 @@ You can alternatively create multiple worker configuration files with a simple `
#!/bin/bash
for i in {1..5}
do
cat << EOF >> generic_worker$i.yaml
cat << EOF > generic_worker$i.yaml
worker_app: synapse.app.generic_worker
worker_name: generic_worker$i
......@@ -15,6 +15,8 @@ worker_name: generic_worker$i
worker_replication_host: 127.0.0.1
worker_replication_http_port: 9093
worker_main_http_uri: http://localhost:8008/
worker_listeners:
- type: http
port: 808$i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment