From 3e9c0b774eb2a7a6996bae4886d63aa43af0b010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20S=C3=A1rai?= Date: Thu, 24 Oct 2024 16:22:33 +0200 Subject: [PATCH] fix: remove unused properties from first time created config.yaml (#439) (#440) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ferenc Sárai --- src/launcher.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/launcher.ts b/src/launcher.ts index b55e348..999403b 100644 --- a/src/launcher.ts +++ b/src/launcher.ts @@ -26,8 +26,6 @@ function getBeeExecutable() { function createConfiguration() { return `api-addr: 127.0.0.1:1633 -debug-api-addr: 127.0.0.1:1635 -debug-api-enable: true swap-enable: false mainnet: true full-node: false