Skip to content

Commit

Permalink
Move node-storage to massa_mount
Browse files Browse the repository at this point in the history
  • Loading branch information
rykcod authored Jan 24, 2024
1 parent 30b2bd0 commit 8a1ea6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/init_copy_host_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ else
fi
echo "[protocol]" > $PATH_MOUNT/config.toml
echo "routable_ip = \"$myIP\"" >> $PATH_MOUNT/config.toml
echo -e "\n[execution]\n # path to the hard drive cache storage\n hd_cache_path = \"/massa_mount/storage/cache/rocks_db\"\n\n[ledger]\n # path to the disk ledger db directory\n disk_ledger_path = \"/massa_mount/storage/ledger/rocks_db\"" >> $PATH_MOUNT/config.toml
cp $PATH_MOUNT/config.toml $PATH_NODE_CONF/config.toml

Events+=('[INFO][INIT]Create your default config.toml with $myIP as routable IP')
Expand Down

0 comments on commit 8a1ea6c

Please sign in to comment.