diff --git a/apps/blockchain-node/src/aitbc_chain/config.py b/apps/blockchain-node/src/aitbc_chain/config.py index 53bf1337..ace7e9bf 100755 --- a/apps/blockchain-node/src/aitbc_chain/config.py +++ b/apps/blockchain-node/src/aitbc_chain/config.py @@ -62,8 +62,8 @@ class ChainSettings(BaseSettings): gossip_broadcast_url: Optional[str] = None # Keystore for proposer private key (future block signing) - keystore_path: Path = Path("./keystore") - keystore_password_file: Path = Path("./keystore/.password") + keystore_path: Path = Path("/opt/aitbc/data/keystore") + keystore_password_file: Path = Path("/opt/aitbc/data/keystore/.password") settings = ChainSettings()