Compare commits
2 Commits
5d066b1db8
...
632f52c774
| Author | SHA1 | Date | |
|---|---|---|---|
| 632f52c774 | |||
| 907a4ef7c0 |
@@ -62,8 +62,8 @@ class ChainSettings(BaseSettings):
|
|||||||
gossip_broadcast_url: Optional[str] = None
|
gossip_broadcast_url: Optional[str] = None
|
||||||
|
|
||||||
# Keystore for proposer private key (future block signing)
|
# Keystore for proposer private key (future block signing)
|
||||||
keystore_path: Path = Path("./keystore")
|
keystore_path: Path = Path("/opt/aitbc/data/keystore")
|
||||||
keystore_password_file: Path = Path("./keystore/.password")
|
keystore_password_file: Path = Path("/opt/aitbc/data/keystore/.password")
|
||||||
|
|
||||||
|
|
||||||
settings = ChainSettings()
|
settings = ChainSettings()
|
||||||
|
|||||||
0
apps/blockchain-node/src/test_git_add.py
Normal file
0
apps/blockchain-node/src/test_git_add.py
Normal file
Reference in New Issue
Block a user