Update manifest for Task#9465
This commit is contained in:
parent
70a9321aa4
commit
41832bd28a
1 changed files with 5 additions and 0 deletions
|
@ -86,6 +86,11 @@ if [ -f "$__object/parameter/register-worker" ]; then
|
||||||
export REGISTER_WORKERS
|
export REGISTER_WORKERS
|
||||||
fi
|
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.
|
# Generic configuration - shared with all ungleich Matrix deployments.
|
||||||
synapse_base_url="https://$synapse_domain"
|
synapse_base_url="https://$synapse_domain"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue