This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Do not add main/master Synapse process to instance_map if workers are not in use
This is meant to keep the configuration tidy for non-worker setups. Related to
49cb8b7b11
pull/2684/head
Slavi Pantaleev
3 years ago
parent
49cb8b7b11
commit
8fbe99ac2a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/custom/matrix-synapse/defaults/main.yml
+ 1
- 1
roles/custom/matrix-synapse/defaults/main.yml
View File
@@ -721,7 +721,7 @@ matrix_synapse_instance_map: |
'host': 'matrix-synapse',
'port': matrix_synapse_replication_http_port,
},
}
}
if matrix_synapse_workers_enabled else {}
}}
# Redis information
Write
Preview
Loading…
Cancel
Save