mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-29 22:51:39 +03:00
Settings: Remove {CERT,KEY}_FILE as first step to no more TLS
This commit is contained in:
parent
56b539fd56
commit
8b5b9142a3
@ -16,9 +16,6 @@ class _Settings(object):
|
|||||||
# Local installation settings
|
# Local installation settings
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
CERT_FILE = "/etc/letsencrypt/live/eddn.edcd.io/fullchain.pem" # noqa: E221
|
|
||||||
KEY_FILE = "/etc/letsencrypt/live/eddn.edcd.io/privkey.pem" # noqa: E221
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Relay settings
|
# Relay settings
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user