docs: mark besu base templates as placeholder advertised hosts
This commit is contained in:
@@ -3,6 +3,8 @@ data-path="/data"
|
||||
genesis-file="/config/genesis.json"
|
||||
|
||||
network-id=138
|
||||
# Placeholder only: node-specific generated configs must advertise the real LAN IP.
|
||||
# Do not deploy this base template as-is to production sentries/members.
|
||||
p2p-host="0.0.0.0"
|
||||
p2p-port=30303
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@ data-path="/data/besu"
|
||||
genesis-file="/genesis/genesis.json"
|
||||
|
||||
network-id=138
|
||||
# Placeholder only: node-specific generated configs must advertise the real LAN IP.
|
||||
# Do not deploy this base template as-is to production core/admin RPC nodes.
|
||||
p2p-host="0.0.0.0"
|
||||
p2p-port=30303
|
||||
|
||||
|
||||
@@ -5,6 +5,8 @@ data-path="/data/besu"
|
||||
genesis-file="/genesis/genesis.json"
|
||||
|
||||
network-id=138
|
||||
# Placeholder only: node-specific generated configs must advertise the real LAN IP.
|
||||
# Do not deploy this base template as-is to production public RPC nodes.
|
||||
p2p-host="0.0.0.0"
|
||||
p2p-port=30303
|
||||
|
||||
|
||||
@@ -6,6 +6,8 @@ data-path="/data/besu"
|
||||
genesis-file="/genesis/genesis.json"
|
||||
|
||||
network-id=138
|
||||
# Placeholder only: node-specific generated configs must advertise the real LAN IP.
|
||||
# Do not deploy this base template as-is to production thirdweb admin/core RPC nodes.
|
||||
p2p-host="0.0.0.0"
|
||||
p2p-port=30303
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@ data-path="/data"
|
||||
genesis-file="/config/genesis.json"
|
||||
|
||||
network-id=138
|
||||
# Placeholder only: node-specific generated configs must advertise the real LAN IP.
|
||||
# Do not deploy this base template as-is to production validators.
|
||||
p2p-host="0.0.0.0"
|
||||
p2p-port=30303
|
||||
|
||||
|
||||
Reference in New Issue
Block a user