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

Commit

Permalink
Merge pull request #4619 from matrix-org/rav/remove_docker_no_tls_hacks
Browse files Browse the repository at this point in the history
Remove redundant entries from docker config
  • Loading branch information
erikjohnston authored Feb 12, 2019
2 parents 8a2e316 + 91f8cd3 commit 46b8a79
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 24 deletions.
1 change: 1 addition & 0 deletions changelog.d/4619.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove redundant entries from docker config
17 changes: 0 additions & 17 deletions docker/conf/dummy.tls.crt

This file was deleted.

8 changes: 1 addition & 7 deletions docker/conf/homeserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@

## TLS ##

{% if SYNAPSE_NO_TLS %}
no_tls: True

# workaround for https://github.com/matrix-org/synapse/issues/4554
tls_certificate_path: "/conf/dummy.tls.crt"

{% else %}
{% if not SYNAPSE_NO_TLS %}

tls_certificate_path: "/data/{{ SYNAPSE_SERVER_NAME }}.tls.crt"
tls_private_key_path: "/data/{{ SYNAPSE_SERVER_NAME }}.tls.key"
Expand Down

0 comments on commit 46b8a79

Please sign in to comment.