Update manifest for register
This commit is contained in:
parent
7d21372cdd
commit
851215e6d0
1 changed files with 5 additions and 0 deletions
|
@ -81,6 +81,11 @@ if [ -f "$__object/parameter/event-sending-worker" ]; then
|
|||
export EVENT_SENDING_WORKERS
|
||||
fi
|
||||
|
||||
if [ -f "$__object/parameter/register-worker" ]; then
|
||||
REGISTER_WORKERS=$(cat "$__object/parameter/register-worker")
|
||||
export REGISTER_WORKERS
|
||||
fi
|
||||
|
||||
# Generic configuration - shared with all ungleich Matrix deployments.
|
||||
synapse_base_url="https://$synapse_domain"
|
||||
|
||||
|
|
Loading…
Reference in a new issue