From 97019896acba23a0d654810313c206b8ea8662e9 Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:54:37 +0200 Subject: [PATCH] chore: remove unused setting from external_config.nim (#3004) --- waku/factory/external_config.nim | 6 ------ 1 file changed, 6 deletions(-) diff --git a/waku/factory/external_config.nim b/waku/factory/external_config.nim index 64bf1221d..ae8010e8f 100644 --- a/waku/factory/external_config.nim +++ b/waku/factory/external_config.nim @@ -510,12 +510,6 @@ with the drawback of consuming some more bandwitdh.""", name: "rest-admin" .}: bool - restPrivate* {. - desc: "Enable access to REST HTTP Private API: true|false", - defaultValue: false, - name: "rest-private" - .}: bool - restAllowOrigin* {. desc: "Allow cross-origin requests from the specified origin." &