docs: add explaination on how to change home folder globaly (#16620)

This commit is contained in:
Julien Robert
2023-06-20 15:18:56 +00:00
committed by GitHub
parent abae2567cb
commit 3aab81f45d
2 changed files with 8 additions and 2 deletions
+6 -1
View File
@@ -30,7 +30,12 @@ Before actually running the node, we need to initialize the chain, and most impo
simd init <moniker> --chain-id my-test-chain
```
The command above creates all the configuration files needed for your node to run, as well as a default genesis file, which defines the initial state of the network. All these configuration files are in `~/.simapp` by default, but you can overwrite the location of this folder by passing the `--home` flag.
The command above creates all the configuration files needed for your node to run, as well as a default genesis file, which defines the initial state of the network.
:::tip
All these configuration files are in `~/.simapp` by default, but you can overwrite the location of this folder by passing the `--home` flag to each commands,
or set an `$APPD_HOME` environment variable (where `APPD` is the name of the binary).
:::
The `~/.simapp` folder has the following structure: