Skip to content
Snippets Groups Projects
Unverified Commit 338e70c6 authored by Michael Kaye's avatar Michael Kaye Committed by GitHub
Browse files

Complement environment variable name change and update .gitignore. (#11718)

parent 7c3408d1
No related branches found
No related tags found
No related merge requests found
......@@ -50,3 +50,7 @@ __pycache__/
# docs
book/
# complement
/complement-master
/master.tar.gz
Complement environment variable name change and update `.gitignore`.
......@@ -47,7 +47,7 @@ if [[ -n "$WORKERS" ]]; then
COMPLEMENT_DOCKERFILE=SynapseWorkers.Dockerfile
# And provide some more configuration to complement.
export COMPLEMENT_CA=true
export COMPLEMENT_VERSION_CHECK_ITERATIONS=500
export COMPLEMENT_SPAWN_HS_TIMEOUT_SECS=25
else
export COMPLEMENT_BASE_IMAGE=complement-synapse
COMPLEMENT_DOCKERFILE=Synapse.Dockerfile
......
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