diff --git a/docs/1.2/app_developers_guide/creating_sawtooth_network.md b/docs/1.2/app_developers_guide/creating_sawtooth_network.md index 3caf6a10..27524a56 100644 --- a/docs/1.2/app_developers_guide/creating_sawtooth_network.md +++ b/docs/1.2/app_developers_guide/creating_sawtooth_network.md @@ -376,6 +376,13 @@ running. > MyKey: 999 > ``` +> **Note** +> +> One may create a [`cli.toml` file](../sysadmin_guide/configuring_sawtooth#sawtooth-cli-configuration-file) +> (and perhaps [set `SAWTOOTH_HOME`](../sysadmin_guide/configuring_sawtooth#path-configuration-file)) +> to set a new default URL for some of the CLI commands, like +> `sawtooth peer list`. Others, like `intkey`, may still need a `--url` to be given. + ### Step 5. Configure the Allowed Transaction Types (Optional) {#configure-txn-procs-docker-label} By default, a validator accepts transactions from any transaction diff --git a/docs/1.2/app_developers_guide/installing_sawtooth.md b/docs/1.2/app_developers_guide/installing_sawtooth.md index ff6cd1a3..c02701a1 100644 --- a/docs/1.2/app_developers_guide/installing_sawtooth.md +++ b/docs/1.2/app_developers_guide/installing_sawtooth.md @@ -2112,9 +2112,8 @@ beginning of this procedure, add these steps: - To delete the Sawtooth logs, remove all files from `/var/log/sawtooth/`. - To delete the Sawtooth keys, remove the key files - `/etc/sawtooth/keys/validator.\*` and - `/home/`*yourname*`/.sawtooth/keys/`*yourname*`.\*`. - + `/etc/sawtooth/keys/validator.*` and + `/home/`*yourname*`/.sawtooth/keys/`*yourname*`.*`.