Update manifest for Task#9465

This commit is contained in:
kjg 2021-09-14 12:16:01 +02:00
parent 70a9321aa4
commit 41832bd28a
1 changed files with 5 additions and 0 deletions

View File

@ -86,6 +86,11 @@ if [ -f "$__object/parameter/register-worker" ]; then
export REGISTER_WORKERS
fi
if [ -f "$__object/parameter/generic-worker" ]; then
REGISTER_WORKERS=$(cat "$__object/parameter/generic-worker")
export GENERIC_WORKERS
fi
# Generic configuration - shared with all ungleich Matrix deployments.
synapse_base_url="https://$synapse_domain"