From ef94c32e505c95e720e2489c24e9e97218b9e675 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 13 Dec 2024 09:19:05 +0100 Subject: [PATCH] fix the config --- core-chain/mainnet/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/core-chain/mainnet/config.toml b/core-chain/mainnet/config.toml index d7516f56..5b80d0fa 100644 --- a/core-chain/mainnet/config.toml +++ b/core-chain/mainnet/config.toml @@ -32,6 +32,7 @@ Percentile = 60 OracleThreshold = 1000 [Node] +DataDir = "/data" IPCPath = "geth.ipc" HTTPHost = "localhost" NoUSB = true