Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
docs: Fix `RAD_KEYGEN_SEED` docs
Alexis Sellier committed 1 year ago
commit a32c4b93e2573fd83b15ac1ad6bf1317dc8fd760
parent e56a70b0d36668ac60cc2a1b2846acf7974c51b3
1 file changed +2 -2
modified HACKING.md
@@ -60,13 +60,13 @@ and repositories. Typically you'll want to set this to a temporary folder, eg.
`/tmp/radicle`, that can be safely deleted. If set, all radicle data will be
stored within this folder.

-
**`RAD_SEED`**
+
**`RAD_KEYGEN_SEED`**

Set this to a 32-byte hexadecimal string to generate deterministic Node IDs
when creating new profiles. For example, integration tests use the following
setting:

-
    RAD_SEED=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
+
    RAD_KEYGEN_SEED=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff

**`RAD_PASSPHRASE`**