From f984e93c763dbcf4bec6ca67bc091bd2d323e018 Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 27 Oct 2023 19:13:33 -0500 Subject: [PATCH] enabled https for testing --- cronicle/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronicle/config.json b/cronicle/config.json index 53c6658..3cd0c94 100644 --- a/cronicle/config.json +++ b/cronicle/config.json @@ -107,7 +107,7 @@ "Access-Control-Allow-Origin": "*" }, - "https": false, + "https": true, "https_port": 3013, "https_cert_file": "conf/ssl.crt", "https_key_file": "conf/ssl.key",