Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Complement environment variable name change and update .gitignore. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye authored Jan 10, 2022
1 parent 7c3408d commit 338e70c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ __pycache__/

# docs
book/

# complement
/complement-master
/master.tar.gz
1 change: 1 addition & 0 deletions changelog.d/11718.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Complement environment variable name change and update `.gitignore`.
2 changes: 1 addition & 1 deletion scripts-dev/complement.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 338e70c

Please sign in to comment.