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