Fix config indentation
This commit is contained in:
parent
818001e80d
commit
6339aa3f88
@ -36,12 +36,12 @@
|
|||||||
runNodeInProcess = false # NITRO_RUN_NODE_IN_PROCESS
|
runNodeInProcess = false # NITRO_RUN_NODE_IN_PROCESS
|
||||||
|
|
||||||
[nitro.inProcesssNode]
|
[nitro.inProcesssNode]
|
||||||
pk = "" # NITRO_PK
|
pk = "" # NITRO_PK
|
||||||
chainPk = "" # NITRO_CHAIN_PK
|
chainPk = "" # NITRO_CHAIN_PK
|
||||||
chainUrl = "ws://127.0.0.1:8545" # NITRO_CHAIN_URL
|
chainUrl = "ws://127.0.0.1:8545" # NITRO_CHAIN_URL
|
||||||
naAddress = "" # NITRO_NA_ADDRESS
|
naAddress = "" # NITRO_NA_ADDRESS
|
||||||
vpaAddress = "" # NITRO_VPA_ADDRESS
|
vpaAddress = "" # NITRO_VPA_ADDRESS
|
||||||
caAddress = "" # NITRO_CA_ADDRESS
|
caAddress = "" # NITRO_CA_ADDRESS
|
||||||
useDurableStore = true # NITRO_USE_DURABLE_STORE
|
useDurableStore = true # NITRO_USE_DURABLE_STORE
|
||||||
durableStoreFolder = "./data/nitronode" # NITRO_DURABLE_STORE_FOLDER
|
durableStoreFolder = "./data/nitronode" # NITRO_DURABLE_STORE_FOLDER
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user