Add config for chain ID in laconicd
This commit is contained in:
parent
f28e95fb33
commit
74d875f86b
@ -14,6 +14,7 @@ services:
|
||||
AUTHORITY_GRACE_PERIOD: ${AUTHORITY_GRACE_PERIOD}
|
||||
GENESIS_FILE: /var/tmp/genesis.json
|
||||
MONIKER: ${MONIKER:-localtestnet}
|
||||
CHAINID: ${CHAINID:-laconic_9000-1}
|
||||
volumes:
|
||||
- laconicd-data:/root/.laconicd
|
||||
- genesis-config:/var/tmp
|
||||
|
@ -116,6 +116,9 @@ Instructions for running a laconicd fixturenet along with registry CLI and conso
|
||||
|
||||
# Node moniker (default: "localtestnet")
|
||||
MONIKER=
|
||||
|
||||
# Chain ID of the network (default: "laconic_9000-1")
|
||||
CHAINID=
|
||||
```
|
||||
|
||||
* Inside the `laconic-console-deployment` deployment directory, open `config.env` file and set following env variables:
|
||||
|
Loading…
Reference in New Issue
Block a user