From ae1728ff9d0c10ff51a542be2faa1b83cc920687 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 11 Jun 2024 07:57:55 +0200 Subject: [PATCH] fix --- 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 47cbc813..000eb501 100644 --- a/core-chain/mainnet/config.toml +++ b/core-chain/mainnet/config.toml @@ -36,6 +36,7 @@ OracleThreshold = 1000 Default = 30000000000 [Node] +DataDir = "/data" IPCPath = "geth.ipc" HTTPHost = "0.0.0.0" NoUSB = true