docs: Issue #042 执行日志 - NRPC4.0 → NAC Lens 更名完成

This commit is contained in:
NAC Admin 2026-02-27 13:49:56 +08:00
parent 5e54d599e0
commit 9505e5318e
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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.