From 7966fb59b4357e44bf77770709c9d12f87a27a4a Mon Sep 17 00:00:00 2001 From: colmazia Date: Tue, 19 Nov 2024 15:25:55 +0700 Subject: [PATCH] change path in bothan config to be absolute path --- docker-config/bothan-config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-config/bothan-config.toml b/docker-config/bothan-config.toml index 7a9ce34d6..b53586aee 100644 --- a/docker-config/bothan-config.toml +++ b/docker-config/bothan-config.toml @@ -11,11 +11,11 @@ endpoint = "https://gateway.pinata.cloud" authentication = "None" [store] -path = "$HOME/.bothan/data" +path = "/root/.bothan/data" [monitoring] endpoint = "https://bothan-monitoring.bandchain.org" -path = "$HOME/.bothan/keyring/broadcaster.info" +path = "/root/.bothan/keyring/broadcaster.info" enabled = false [manager.crypto]