mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
Complement environment variable name change and update .gitignore. (#11718)
This commit is contained in:
parent
7c3408d1a8
commit
338e70c617
3 changed files with 6 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -50,3 +50,7 @@ __pycache__/
|
||||||
|
|
||||||
# docs
|
# docs
|
||||||
book/
|
book/
|
||||||
|
|
||||||
|
# complement
|
||||||
|
/complement-master
|
||||||
|
/master.tar.gz
|
||||||
|
|
1
changelog.d/11718.misc
Normal file
1
changelog.d/11718.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Complement environment variable name change and update `.gitignore`.
|
|
@ -47,7 +47,7 @@ if [[ -n "$WORKERS" ]]; then
|
||||||
COMPLEMENT_DOCKERFILE=SynapseWorkers.Dockerfile
|
COMPLEMENT_DOCKERFILE=SynapseWorkers.Dockerfile
|
||||||
# And provide some more configuration to complement.
|
# And provide some more configuration to complement.
|
||||||
export COMPLEMENT_CA=true
|
export COMPLEMENT_CA=true
|
||||||
export COMPLEMENT_VERSION_CHECK_ITERATIONS=500
|
export COMPLEMENT_SPAWN_HS_TIMEOUT_SECS=25
|
||||||
else
|
else
|
||||||
export COMPLEMENT_BASE_IMAGE=complement-synapse
|
export COMPLEMENT_BASE_IMAGE=complement-synapse
|
||||||
COMPLEMENT_DOCKERFILE=Synapse.Dockerfile
|
COMPLEMENT_DOCKERFILE=Synapse.Dockerfile
|
||||||
|
|
Loading…
Reference in a new issue