docs: Fix `RAD_KEYGEN_SEED` docs

This commit is contained in:
Alexis Sellier 2024-07-06 12:30:30 +02:00
parent e56a70b0d3
commit a32c4b93e2
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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 `/tmp/radicle`, that can be safely deleted. If set, all radicle data will be
stored within this folder. stored within this folder.
**`RAD_SEED`** **`RAD_KEYGEN_SEED`**
Set this to a 32-byte hexadecimal string to generate deterministic Node IDs Set this to a 32-byte hexadecimal string to generate deterministic Node IDs
when creating new profiles. For example, integration tests use the following when creating new profiles. For example, integration tests use the following
setting: setting:
RAD_SEED=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff RAD_KEYGEN_SEED=ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
**`RAD_PASSPHRASE`** **`RAD_PASSPHRASE`**