mirror of
https://github.com/EDCD/EDDN.git
synced 2025-05-03 08:31:32 +03:00
Gateway: Don't use TLS cert in app setup
* The /upload/ functionality continues to work.
This commit is contained in:
parent
8b5b9142a3
commit
4b0898122d
@ -403,8 +403,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,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user