-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update docs for release info/docker running info
- Loading branch information
Showing
2 changed files
with
247 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Required: The moniker of the node | ||
MONIKER= | ||
# Optional: Your mnemonic | ||
# If left empty the docker image will generate one for you | ||
MNEMONIC= | ||
# Required: The keyring password must be at least 8 characters. | ||
KEYRING_PASSWORD=qwertyuiop | ||
# Required: The id of the network you wish to join. i.e. ('devnet', 'testnet') | ||
NETWORK=devnet | ||
# Required: The address of external node to connect to for syncing. | ||
NODE_ADDRESS=http://18.130.31.180:26657 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters