Gateway: Don't use TLS cert in app setup

* The /upload/ functionality continues to work.
This commit is contained in:
Athanasius 2022-03-12 15:14:48 +00:00
parent 8b5b9142a3
commit 4b0898122d
No known key found for this signature in database
GPG Key ID: 8C392035DD80FD62

View File

@ -403,8 +403,6 @@ def main() -> None:
host=Settings.GATEWAY_HTTP_BIND_ADDRESS,
port=Settings.GATEWAY_HTTP_PORT,
server="gevent",
certfile=Settings.CERT_FILE,
keyfile=Settings.KEY_FILE,
)