From ebe087ff35dc313301c4ade630fc151b865b2a3f Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Sun, 14 Aug 2022 14:08:12 +0200 Subject: [PATCH] Update api.json --- api.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api.json b/api.json index 68e6459..9d42c03 100644 --- a/api.json +++ b/api.json @@ -24,8 +24,10 @@ "stratum": { "enabled": true, "listen": "0.0.0.0:8008", - "timeout": "120s", - "maxConn": 8192 + "maxConn": 8192, + "tls": false, + "certFile": "/path/to/cert.pem", + "keyFile": "/path/to/key.pem" }, "policy": {