docs: Issue #042 执行日志 - NRPC4.0 → NAC Lens 更名完成
This commit is contained in:
parent
5e54d599e0
commit
9505e5318e
|
|
@ -10,7 +10,7 @@ host = "0.0.0.0"
|
|||
port = 9550
|
||||
|
||||
[blockchain]
|
||||
# CBPP节点连接(使用NRPC4.0协议)
|
||||
# CBPP节点连接(使用NAC Lens协议)
|
||||
# ❌ 不连接到localhost:3000(那是量子浏览器)
|
||||
# ✅ 直接从CBPP节点日志读取区块高度
|
||||
cbpp_log_source = "systemd"
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ nvm_rpc_port = 9549
|
|||
|
||||
[rpc]
|
||||
# NAC Lens配置(不是JSON-RPC)
|
||||
protocol = "NRPC4.0"
|
||||
protocol = "NAC Lens"
|
||||
# HTTP端口
|
||||
http_port = 9547
|
||||
# WebSocket端口
|
||||
|
|
@ -68,7 +68,7 @@ cors_origins = ["*"]
|
|||
host = "0.0.0.0"
|
||||
# API端口(不使用8080,避免冲突)
|
||||
port = 9550
|
||||
# CBPP节点连接(使用NRPC4.0)
|
||||
# CBPP节点连接(使用NAC Lens)
|
||||
cbpp_node_url = "http://localhost:9545"
|
||||
# NVM节点连接
|
||||
nvm_node_url = "http://localhost:9549"
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue