chore: change the liveRootPath and archiveRootPath to absolute paths as default #371
Labels
Block Node
Issues/PR related to the Block Node.
Improvement
Code changes driven by non business requirements
P2
Required to be completed in the assigned milestone, but may or may not impact release schedule.
Milestone
Description
liveRootPath
andarchiveRootPath
configs ofcom.hedera.block.server.persistence.storage.PersistenceStorageConfig
must be set to absolute pathsliveRootPath
-> /opt/hashgraph/blocknode/data/live/archiveRootPath
-> /opt/hashgraph/blocknode/data/archive/What Needs to be Done
basePath
configuration with default value/opt/hashgraph/blocknode/data/
liveRootPath
must be resolved from thebasePath
with default valuelive/
archiveRootPath
must be resolved from thebasePath
with default valuearchive/
String
type configs toPath
type configsThe text was updated successfully, but these errors were encountered: