From ff5e4bc691ac5e6d0cb82a4a3615e65260413ab9 Mon Sep 17 00:00:00 2001 From: Eugene Date: Sat, 23 Aug 2025 20:54:32 +0200 Subject: [PATCH] removed http.enable config option --- config-schema.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config-schema.json b/config-schema.json index 3fb60448..38ca2ae2 100644 --- a/config-schema.json +++ b/config-schema.json @@ -19,7 +19,6 @@ "default": { "certificate": "", "cookie_max_age": "1day", - "enable": false, "external_port": null, "key": "", "listen": "[::]:8888", @@ -113,10 +112,6 @@ "type": "string", "default": "1day" }, - "enable": { - "type": "boolean", - "default": false - }, "external_port": { "type": [ "integer",