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 f6dd3f21bc
commit cd9c658286

View File

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