Merge pull request #452 from jevolk/master

TLS listener configuration related
This commit is contained in:
Tulir Asokan
2020-04-25 15:25:37 +03:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -57,6 +57,9 @@ class Config(BaseBridgeConfig):
base["appservice.address"] = f"{protocol}://{hostname}:{port}"
else:
copy("appservice.address")
copy("appservice.tls_cert")
copy("appservice.tls_key")
copy("appservice.hostname")
copy("appservice.port")
copy("appservice.max_body_size")
+3
View File
@@ -13,6 +13,9 @@ homeserver:
appservice:
# The address that the homeserver can use to connect to this appservice.
address: http://localhost:29317
# When using https:// the TLS certificate and key files for the address.
tls_cert: false
tls_key: false
# The hostname and port where this appservice should listen.
hostname: 0.0.0.0