From 642e4fceb22b2074ab358b67c6cc0c76ebaf1da9 Mon Sep 17 00:00:00 2001 From: Cheng Wang Date: Mon, 28 Oct 2024 09:12:26 +0100 Subject: [PATCH] Update network 2 --- docs/full-node/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/full-node/config.md b/docs/full-node/config.md index ad5a6c44..aaa2363f 100644 --- a/docs/full-node/config.md +++ b/docs/full-node/config.md @@ -94,7 +94,7 @@ volumes: | Setting | Description | |---------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| alephium.network.network-id | `0` for Mainnet, `1` for Testnet, `4` for Devnet. Default is `0`. | +| alephium.network.network-id | `0` for Mainnet, `1` for Testnet, `2` for full node development. Default is `0`. | | alephium.network.external-address | External address of the full node to enhance discoverability | | alephium.api.api-key-enabled | `true` to enable API key for full node's API endpoints. | | alephium.api.api-key | 32+ characters API key. |