Commit d593c28c authored by Gyanendra Mishra's avatar Gyanendra Mishra

align format

parent 9e09fea3
...@@ -23,7 +23,8 @@ METRICS_PORT_NUM = 8008 ...@@ -23,7 +23,8 @@ METRICS_PORT_NUM = 8008
# Nimbus requires that its data directory already exists (because it expects you to bind-mount it), so we # Nimbus requires that its data directory already exists (because it expects you to bind-mount it), so we
# have to to create it # have to to create it
CONSENSUS_DATA_DIRPATH_IN_SERVICE_CONTAINER = "$HOME/consensus-data" CONSENSUS_DATA_DIRPATH_IN_SERVICE_CONTAINER = "$HOME/consensus-data"
CONSENSUS_DATA_DIR_PERMS_STR = "0700" # Nimbus wants the data dir to have these perms # Nimbus wants the data dir to have these perms
CONSENSUS_DATA_DIR_PERMS_STR = "0700"
# The entrypoint the image normally starts with (we need to override the entrypoint to create the # The entrypoint the image normally starts with (we need to override the entrypoint to create the
# consensus data directory on the image before it starts) # consensus data directory on the image before it starts)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment